this post was submitted on 25 Oct 2023
33 points (76.2% liked)
Selfhosted
60114 readers
623 users here now
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam.
-
Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.
-
Don't duplicate the full text of your blog or git here. Just post the link for folks to click.
-
Submission headline should match the article title.
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Are these part of the official tailscale protocol? Do you have a link to documentation or something?
https://tailscale.com/kb/1223/tailscale-funnel/
It's like a reverse exit node. Tailscale sets up a DNS domain for you and directs TCP connections (encrypted) to your designated node.
The big downside is that they only offer the use of their own (sub)domains and you use their HTTPS certificates, you can't use your own domains/own certs.
Edit: it may be possible to forgo the use of their certs and instead set up a CNAME record in your DNS that points at the funnel node's address, and add your own certs (for your domain) in a reverse proxy running on the node. I haven't tried.
I'm personally using headscale, would be interesting to see if they have that. I guess I can also reverse proxy from my vps into my tailnet.
Thanks !
Awesome. I didn't know about this. Thank you