socket-tunnel
socket-tunnel copied to clipboard
socket tunnel tls locally
is it possible to work with socket tunnel and TLS locally? (just for debug and testing purposes)
yes, have you any problem?
I test it out on my windows. on localhost and a subdomain
on server.js:
tldjs.getSubdomain(hostname).toLowerCase();
could not find the subdomain
you can do workaround with
let subdomain = "
have fun