Skip to content

Commit

Permalink
use tcp_only mode for ss since UDP port is not accessible either way
Browse files Browse the repository at this point in the history
  • Loading branch information
Snawoot committed May 5, 2021
1 parent 205c84b commit eebff02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/shadowsocks-libev_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cat <<EOF
"password":"${PASSWORD}",
"timeout":300,
"method":"${ENCRYPT}",
"mode": "tcp_and_udp",
"mode": "tcp_only",
"fast_open":false,
"reuse_port":true,
"no_delay":true,
Expand Down

0 comments on commit eebff02

Please sign in to comment.