├── Dockerfile ├── LICENSE ├── README.md ├── readme-screenshots ├── admin_console_keys.png ├── approve_exit_node.png ├── disable_key_expiry.png ├── edit_route_settings.png └── generating_auth_key.png └── start.sh /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Andrew-Bekhiet/railway_tailscale_vpn/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Andrew-Bekhiet/railway_tailscale_vpn/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Andrew-Bekhiet/railway_tailscale_vpn/HEAD/README.md -------------------------------------------------------------------------------- /readme-screenshots/admin_console_keys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Andrew-Bekhiet/railway_tailscale_vpn/HEAD/readme-screenshots/admin_console_keys.png -------------------------------------------------------------------------------- /readme-screenshots/approve_exit_node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Andrew-Bekhiet/railway_tailscale_vpn/HEAD/readme-screenshots/approve_exit_node.png -------------------------------------------------------------------------------- /readme-screenshots/disable_key_expiry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Andrew-Bekhiet/railway_tailscale_vpn/HEAD/readme-screenshots/disable_key_expiry.png -------------------------------------------------------------------------------- /readme-screenshots/edit_route_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Andrew-Bekhiet/railway_tailscale_vpn/HEAD/readme-screenshots/edit_route_settings.png -------------------------------------------------------------------------------- /readme-screenshots/generating_auth_key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Andrew-Bekhiet/railway_tailscale_vpn/HEAD/readme-screenshots/generating_auth_key.png -------------------------------------------------------------------------------- /start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Andrew-Bekhiet/railway_tailscale_vpn/HEAD/start.sh --------------------------------------------------------------------------------