Skip to content

Commit 81e4058

Browse files
authored
Update surge3.conf.ini
1 parent ddf2483 commit 81e4058

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

surge3.conf.ini

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,19 @@ ipv6 = false
2121
exclude-simple-hostnames = true
2222
# Surge 作为 HTTP/SOCKS5 代理服务器向 Wi-Fi 网络下的其他设备提供服务器
2323
allow-wifi-access = true
24-
# HTTP 服务端口 (默认值: 6152)
24+
25+
# Surge Mac 用于外网访问的服务端口
26+
# HTTP 服务端口 (默认值: 6152)
2527
http-listen = 0.0.0.0:8888
26-
# SOCKS5 服务端口 (默认值: 6153)
28+
# SOCKS5 服务端口 (默认值: 6153)
2729
socks5-listen = 0.0.0.0:8889
2830

31+
# Surge iOS 用于外网访问的服务端口
32+
# HTTP 服务端口 (默认值: 6152)
33+
wifi-access-http-port = 8888
34+
# SOCKS5 服务端口 (默认值: 6153)
35+
wifi-access-socks5-port = 8889
36+
2937
# 该段定义抓取流量的过滤
3038
[Replica]
3139
# 隐藏所有发往 *.Apple.com he *.icloud.com 的请求

0 commit comments

Comments
 (0)