We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
iptables -F iptables -X iptables -t nat -F iptables -t nat -X iptables -t mangle -F iptables -t mangle -X iptables -P INPUT ACCEPT iptables -P FORWARD ACCEPT iptables -P OUTPUT ACCEPT
如果你在用udp2raw,不要在udp2raw正在运行的时候清空iptables,正确的做法是先清空iptables再启动udp2raw。
tinyFecVPN和UDPspeeder不受此限制。