Hmm. This works....
Code: -------------------- wget http://localhost:4040/api/tunnels/ -------------------- ...but this doesn't Code: -------------------- wget http://localhost:4040/api/tunnels/mediaservertunnel -------------------- I've checked and it's definitely called 'mediaservertunnel' in the yml file. Oh, wait, looking at the output from the first command I see that my tunnel is called 'command_line' for some reason. So this works: Code: -------------------- wget http://localhost:4040/api/tunnels/command_line -------------------- What have I done wrong? This is my yml file (with the sensitive details replaced of course): Code: -------------------- authtoken: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx web_addr: 0.0.0.0:4040 region: eu tunnels: mediaservertunnel: proto: http bind_tls: true inspect: false addr: 192.168.x.x:9000 auth: "username:password" -------------------- ------------------------------------------------------------------------ chill's Profile: http://forums.slimdevices.com/member.php?userid=10839 View this thread: http://forums.slimdevices.com/showthread.php?t=111016 _______________________________________________ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins