diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-02-25 20:16:15 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-02-25 20:16:15 +0000 |
commit | 0c284f018029b102c536068689248fa6e8c0d424 (patch) | |
tree | 405b7092701dcfa3ded95a203db46055e18af20b /tunnel.conf | |
parent | 6f437c6c981575d3ab33c37e3041a5177c094e15 (diff) | |
download | ReverseSSHTunnel-0c284f018029b102c536068689248fa6e8c0d424.tar.gz ReverseSSHTunnel-0c284f018029b102c536068689248fa6e8c0d424.zip |
added configuration file and script example
Diffstat (limited to 'tunnel.conf')
-rw-r--r-- | tunnel.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tunnel.conf b/tunnel.conf new file mode 100644 index 0000000..87998ed --- /dev/null +++ b/tunnel.conf @@ -0,0 +1,11 @@ +[server] +host = vps.eda.gay +ssh_port = 2222 + +[forward-eda.gay] +from = 192.168.1.92:6969 +to = 0.0.0.0:6969 + +[forward-invidious] +from = 192.168.1.92:3000 +to = 0.0.0.0:3000 |