mirror of
				https://git.coolaj86.com/coolaj86/telebit.js.git
				synced 2025-11-03 10:12:46 +00:00 
			
		
		
		
	v0.19.12
This commit is contained in:
		
							parent
							
								
									e578aadab0
								
							
						
					
					
						commit
						7214890e5b
					
				@ -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 });
 | 
			
		||||
 | 
			
		||||
@ -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": [
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user