I've looked through the service code, and I'm curious about the seeming dependency on tunnelmole.com/.net and how custom domains and subdomains are registered with DNS so that they are findable by third-party clients.
Main blog, I post here first: https://softwareengineeringstandard.com/
Socials: https://twitter.com/_RobbieCahill | https://fosstodon.org/@robbiecahill | https://github.com/robbie-cahill/
Interesting. Thanks for sharing!
I've looked through the service code, and I'm curious about the seeming dependency on tunnelmole.com/.net and how custom domains and subdomains are registered with DNS so that they are findable by third-party clients.
@frickingruvin Just add a CNAME entry in your DNS records with your subdomain pointing to the tunnelmole.com .
Brilliant. Thank you!
Let me know if that works. I guess HTTPs wouldn't validate cos of a name mismatch (it'll be the tunnelmole.net SSL cert).
It'd be interesting to know if it's possible with HTTP (just be careful not to transmit anything sensitive over insecure HTTP).