feat: put Patrizio inside VPN #43

Merged
polpetta merged 22 commits from feat/patrizio-vpn into master 2026-04-17 11:33:00 +02:00
Showing only changes of commit ddc7e5a1b6 - Show all commits

View File

@ -20,10 +20,12 @@ services:
hostname: patrizio
image: tailscale/tailscale:latest
restart: unless-stopped
dns:
- 100.100.100.100
env_file:
- tailscale.env
command: >
sh -c "tailscaled &
sh -c "tailscaled --netfilter-mode=off &
sleep 5 &&
tailscale up --accept-dns=true --login-server=https://vpn.poldebra.me &&
wait"