File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ run_test python tests/test.py --with-coverage -c tests/chacha20.json
42
42
run_test python tests/test.py --with-coverage -c tests/table.json
43
43
run_test python tests/test.py --with-coverage -c tests/server-multi-ports.json
44
44
run_test python tests/test.py --with-coverage -s tests/aes.json -c tests/client-multi-server-ip.json
45
+ run_test python tests/test.py --with-coverage -s tests/server-dnsserver.json -c tests/client-multi-server-ip.json
45
46
run_test python tests/test.py --with-coverage -s tests/server-multi-passwd.json -c tests/server-multi-passwd-client-side.json
46
47
run_test python tests/test.py --with-coverage -c tests/workers.json
47
48
run_test python tests/test.py --with-coverage -s tests/ipv6.json -c tests/ipv6-client-side.json
Original file line number Diff line number Diff line change
1
+ {
2
+ "server" :" 127.0.0.1" ,
3
+ "server_port" :8388 ,
4
+ "local_port" :1081 ,
5
+ "password" :" aes_password" ,
6
+ "timeout" :60 ,
7
+ "method" :" aes-256-cfb" ,
8
+ "local_address" :" 127.0.0.1" ,
9
+ "fast_open" :false ,
10
+ "dns_server" : [" 8.8.8.8" ," 8.8.4.4" ]
11
+ }
You can’t perform that action at this time.
0 commit comments