taikulawo / ooproxy

yet, another socks transparent proxy using iptables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# 添加
iptables -t nat -A OUTPUT -p tcp -m multiport --dports 80,443 -j REDIRECT --to-port 9999
# 删除
iptables -t nat -D OUTPUT -p tcp -m multiport --dports 80,443 -j REDIRECT --to-port 9999

About

yet, another socks transparent proxy using iptables


Languages

Language:Rust 100.0%