-
Notifications
You must be signed in to change notification settings - Fork 447
Open
Description
通过
/home/mtproxy/bin/mtproto-proxy -u nobody -p 8888 -H 8443 -S 621d484a6799fd01b2c737305c8 --aes-pwd proxy-secret proxy-multi.conf -M 1 --domain cloudflare.com --nat-info 172.17.0.2 51.34.3.156 --ipv6
发现默认启用ipv6
如果iOS不能连接,可以让镜像使用ipv4
添加--sysctl参数禁用IPv6 即:
docker run -d
--name mtproxy
--restart=always
--sysctl net.ipv6.conf.all.disable_ipv6=1
--sysctl net.ipv6.conf.default.disable_ipv6=1 \
保持原有域名伪装和端口映射配置
通过系统级参数确保容器仅使用IPv4
无需修改镜像启动参数,直接生效
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels