Skip to content

A bash script that can set an internal ip and port to be then forwarded externally to the host running the script

Notifications You must be signed in to change notification settings

babywhale321/bashforward

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

bashforward

Example use cases

Port forwarding a wireguard client that has a webserver to a wireguard server so then it can be reached from the internet. wireguard client ( 10.7.0.2 port 80 ) -> wireguard server ( 123.123.123.123 port 8080 )

Then when going to http://123.123.123.123:8080 it will be forwarding from http://10.7.0.2:80

About

A bash script that can set an internal ip and port to be then forwarded externally to the host running the script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages