Skip to content

yet, another socks transparent proxy using iptables

Notifications You must be signed in to change notification settings

taikulawo/ooproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# 添加
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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages