Try documented tunnel identifier key over undocumented one.

This commit is contained in:
John-David Dalton
2014-04-23 23:16:36 -07:00
parent a9742dbdc6
commit b559eeb7e6

View File

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