diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2025-07-19 20:35:41 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2025-07-19 20:35:41 +0100 |
commit | 4068bd535918d775ba2113cea2ce1f412cf190a9 (patch) | |
tree | 02c1112cf2df0697a89ba5f25fedd42fd7383a63 /tunnel.conf | |
parent | 6fb4a02f066a468c3b33364ec4613275adec22ff (diff) | |
download | TrueNASTorrentingStack-4068bd535918d775ba2113cea2ce1f412cf190a9.tar.gz TrueNASTorrentingStack-4068bd535918d775ba2113cea2ce1f412cf190a9.zip |
Removed SSH tunnel
Diffstat (limited to 'tunnel.conf')
-rw-r--r-- | tunnel.conf | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tunnel.conf b/tunnel.conf deleted file mode 100644 index 4b4cf00..0000000 --- a/tunnel.conf +++ /dev/null @@ -1,9 +0,0 @@ -[server] -host = eden@192.168.69.5 -# ssh_port = 2222 -keyfile = vps.pem - -[forward-transmission] -from = transmission:9091 -to = 0.0.0.0:9091 - |