initial commit for docker dnsmasq and tailscale

This commit is contained in:
2025-03-27 22:30:52 -07:00
parent 0ff5b8a867
commit 3ddacad42a
5 changed files with 81 additions and 0 deletions

4
entrypoint.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
tailscaled &
tailscale up --accept-dns=false --advertise-routes=192.168.1.0/24
exec "$@"