Skip to content

Commit ffed9b2

Browse files
author
李林哲
committed
dns_server config test
1 parent 0c4f792 commit ffed9b2

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

tests/jenkins.sh

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ run_test python tests/test.py --with-coverage -c tests/chacha20.json
4242
run_test python tests/test.py --with-coverage -c tests/table.json
4343
run_test python tests/test.py --with-coverage -c tests/server-multi-ports.json
4444
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
4546
run_test python tests/test.py --with-coverage -s tests/server-multi-passwd.json -c tests/server-multi-passwd-client-side.json
4647
run_test python tests/test.py --with-coverage -c tests/workers.json
4748
run_test python tests/test.py --with-coverage -s tests/ipv6.json -c tests/ipv6-client-side.json

tests/server-dnsserver.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+
}

0 commit comments

Comments
 (0)