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