Try to use the tunnel-identifier key.

This commit is contained in:
John-David Dalton
2014-04-30 01:47:33 -07:00
parent 1fee10e167
commit d606197264

View File

@@ -188,7 +188,7 @@ if (publicAccess === true) {
defaultOptions['public'] = 'public';
}
if (tunneled) {
defaultOptions.tunnel = 'tunnel-identifier:' + tunnelId;
defaultOptions['tunnel-identifier'] = tunnelId;
}
/*----------------------------------------------------------------------------*/