Giter VIP home page Giter VIP logo

flyio-tailscale-gateway's Introduction

Fly.io Tailscale Gateway

Crappy way to forward network traffic to my home server without public IP. Somewhat similar to Tailscale Funnel, but allows for custom domain names. And it's cheaper than a full VPS. ๐Ÿ˜‡

Expectations

  1. You are using Tailscale
  2. There is one server in your tailnet, which handles incoming HTTP(S) traffic and forwards it to proper services.
    • It should have valid TLS certificates.
    • Using Caddy with DNS challenge works really well.

Usage

Deploy:

flyctl launch
flyctl ips allocate-v4
flyctl secrets set TARGET_IP=...
flyctl secrets set TAILSCALE_AUTH_KEY=...
flyctl deploy

DNS config:

  • set an A record for the gateway with the IP from Fly.io (for example gateway.vsq.cz -> $(flyctl ips list))
  • for all the services, use CNAME records pointing to the gateway record
    • this way, if you have to change it in the future, it won't be that hard

Warning

Do not rely on this for any critical connections. The setup is not at all robust and will definitely break.

flyio-tailscale-gateway's People

Contributors

vakabus avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.