Skip to content

Commit 4c4406f

Browse files
committed
update
1 parent b91c40b commit 4c4406f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ss-tproxy

+1-1
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,7 @@ status() {
11921192
}
11931193

11941194
version() {
1195-
echo "ss-tproxy v4.7 (2023-05-20)"
1195+
echo "ss-tproxy v4.7.1 (2023-05-24)"
11961196
}
11971197

11981198
help() {

ss-tproxy.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ dns_mainport='53' # dns请求的逻辑入口(udp监听端口
8282
#
8383
# white和black允许以下3类值,以dns_direct_white为例(其他同理)
8484
# - 'true' # dns_direct的ip加入白名单,使其走直连
85-
# - 'false' # dns_direct的ip不加入白名单,比如本机/内网ip
85+
# - 'false' # dns_direct的ip不加入白名单,比如局域网ip
8686
# - '1.2.3.4' # 将1.2.3.4这个ip加入白名单,可填多个ip,空格隔开
8787
# > 注意,对于填写ip的情况,带6的选项请填ipv6地址,不带6的填ipv4地址
8888
#

0 commit comments

Comments
 (0)