1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
| [common]
server_addr = x.x.x.x
server_port = 7000
token = 12345678
[ssh] type = tcp local_ip = 127.0.0.1 local_port = 22 remote_port = 2288
[ssh] type = tcp local_ip = 192.168.1.229 local_port = 80 remote_port = 18022
[unRAID web] type = tcp local_ip = 192.168.1.229 local_port = 80 remote_port = 18088
[Truenas web] type = tcp local_ip = 192.168.1.235 local_port = 80 remote_port = 18188
[speedtest] type = tcp local_ip = 192.168.1.229 local_port = 6580 remote_port = 18190
[webdav] type = tcp local_ip = 192.168.1.235 local_port = 18080 remote_port = 18189
[RDP PC1] type = tcp local_ip = 192.168.1.235 local_port = 3389 remote_port = 18389
|