Skip to content

gino07172002/reverse-proxy-firewall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ssh -inrt fire wall (mostly AI code)

you have computerA with floating ip (192.168.1.203)

you have another computerB with fixed ip (192.168.1.222)

you use ssh Reverse proxy to make other computer ssh to this computer by use this port

ssh -R 1234:localhost:22 [email protected]

so other computer can ssh to computerA by computerB's port

ssh -p 1234 computerA@A's ip

about this program

when this program launch , it would automatically set iptable rule to specific port

it would reset or drop the proxy package of client if not in whitelist

About

a simple firewall to block reverse proxy (-INTR by ssh)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published