ZeroTier VPN 路由全部流量

ZeroTier Add route

0.0.0.0/0 >> 192.168.x.y


添加自定义路由规则
iptables -I FORWARD -i zthnhpwoiv -j ACCEPT
iptables -I FORWARD -o zthnhpwoiv -j ACCEPT
iptables -t nat -I POSTROUTING -o zthnhpwoiv -j MASQUERADE