YSyong su (SuYon)insun007002.com·Feb 5, 2024 · 1 min read一键安装 Snell 服务wget -O snell.sh --no-check-certificate https://download.suyon.cloud:5443/snell_test.sh && chmod +x snell.sh && ./snell.sh00
YSyong su (SuYon)insun007002.com·Feb 5, 2024 · 1 min readEnabling routing and NAT on macOSSteps: Enable routing and NAT on macOS Open the Terminal application and enter this command: sysctl -w net.inet.ip.forwarding=1 Steps: Enable NAT on macOS Create a file titled “pf-nat.conf” and add this rule: nat on enX from 100.96.0.0/11 to a...00