diff options
Diffstat (limited to 'tunnel.conf')
-rw-r--r-- | tunnel.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tunnel.conf b/tunnel.conf new file mode 100644 index 0000000..4b4cf00 --- /dev/null +++ b/tunnel.conf @@ -0,0 +1,9 @@ +[server] +host = eden@192.168.69.5 +# ssh_port = 2222 +keyfile = vps.pem + +[forward-transmission] +from = transmission:9091 +to = 0.0.0.0:9091 + |