• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..08-Dec-2018-

README.mdH A D08-Dec-2018264 2415

start_proxy.shH A D08-Dec-2018213 63

start_wrapper.shH A D08-Dec-2018220 85

README.md

1# Example
2
3This is a demo. DO NOT USE ANY certificate/secret files in this directory.
4
5## Usage
6
71, open a new terminal, run
8
9```
10./start_wrapper.sh
11```
12
132, open a new terminal, run
14
15```
16./start_proxy.sh
17```
18
193, test
20
21```
22dig www.google.com @127.0.0.1 -p 8855
23```
24