This commit is contained in:
AJ ONeal 2018-06-30 20:24:56 -06:00
parent e578aadab0
commit 7214890e5b
2 changed files with 2 additions and 2 deletions

View File

@ -732,7 +732,7 @@ function rawTunnel(rawCb) {
// we need to make sure we don't get rate-limit spammed
// with wildcard domains
// TODO: finish implementing dynamic dns for wildcard certs
if (!getServername(opts.domains[0])) {
if (!getServername(state.servernames, opts.domains[0])) {
opts.email = state.greenlockConf.email || state.config.email;
opts.agreeTos = state.greenlockConf.agree || state.greenlockConf.agreeTos || state.config.agreeTos;
cb(null, { options: opts, certs: certs });

View File

@ -1,6 +1,6 @@
{
"name": "telebit",
"version": "0.19.11",
"version": "0.19.12",
"description": "Break out of localhost. Connect to any device from anywhere over any tcp port or securely in a browser. A secure tunnel. A poor man's reverse VPN.",
"main": "lib/remote.js",
"files": [