pve7.4 post-up echo 1 > /proc/sys/net/ipv4/ip_forward post-up iptables -t nat -A POSTROUTING -s '172.30.30.0/24' -o vmbr0 -j MASQUERADE post-down iptables -t nat …
powershell 做服务器中转 最基本的用途就是转发提速,提速什么的自己琢磨 添加一个中转的端口 netsh interface portproxy add v4tov4 listenaddress=0.0.0.0 listenport=10010 connectaddress=domain.com connectport=443 示例 net…