Skip to content

Commit 27cc53b

Browse files
committed
revert to tcp_only mode
1 parent 935fddc commit 27cc53b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/com/github/shadowsocks/utils/ConfigUtils.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ object ConfigUtils {
145145
| cache_dir = "/data/data/com.github.shadowsocks";
146146
| server_ip = %s;
147147
| server_port = %d;
148-
| query_method = udp_tcp;
148+
| query_method = tcp_only;
149149
| run_ipv4 = on;
150150
| min_ttl = 15m;
151151
| max_ttl = 1w;

0 commit comments

Comments
 (0)