From 0c284f018029b102c536068689248fa6e8c0d424 Mon Sep 17 00:00:00 2001 From: jwansek Date: Fri, 25 Feb 2022 20:16:15 +0000 Subject: added configuration file and script example --- tunnel.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tunnel.conf (limited to 'tunnel.conf') 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 -- cgit v1.2.3