We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf2483 commit 81e4058Copy full SHA for 81e4058
surge3.conf.ini
@@ -21,11 +21,19 @@ ipv6 = false
21
exclude-simple-hostnames = true
22
# Surge 作为 HTTP/SOCKS5 代理服务器向 Wi-Fi 网络下的其他设备提供服务器
23
allow-wifi-access = true
24
-# HTTP 服务端口 (默认值: 6152)
+
25
+# Surge Mac 用于外网访问的服务端口
26
+# HTTP 服务端口 (默认值: 6152)
27
http-listen = 0.0.0.0:8888
-# SOCKS5 服务端口 (默认值: 6153)
28
+# SOCKS5 服务端口 (默认值: 6153)
29
socks5-listen = 0.0.0.0:8889
30
31
+# Surge iOS 用于外网访问的服务端口
32
33
+wifi-access-http-port = 8888
34
35
+wifi-access-socks5-port = 8889
36
37
# 该段定义抓取流量的过滤
38
[Replica]
39
# 隐藏所有发往 *.Apple.com he *.icloud.com 的请求
0 commit comments