initial commit for docker dnsmasq and tailscale
This commit is contained in:
4
entrypoint.sh
Normal file
4
entrypoint.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
tailscaled &
|
||||
tailscale up --accept-dns=false --advertise-routes=192.168.1.0/24
|
||||
exec "$@"
|
||||
Reference in New Issue
Block a user