Skip to content

sum-catnip/gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just my personal wireguard setup. A publicly accesible server is hosting this python program which starts a wireguard docker. Toml files in

~/.config/gateway/services///.toml

determine which ports are forwarded to where. Example:

# main reverse proxy for all things web
name = "reverse_proxy"

[[expose]]
public = 80

[[expose]]
public = 443

will forward requests from port 80 and 443 to . internal can also be specified to redirect the ports to other ports.

About

my wireguard reverse tunnel setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published