removed tailsacle subnet router

fuck that noise. I can't figure out how to make it work and allow me to
access devices on my local network. that was supposed to be the point of
it! anyway, skill issue I'm sure but I gave up.
This commit is contained in:
Peter Wood
2025-06-21 11:45:15 -04:00
parent 153c4d6b62
commit df76becf48
2 changed files with 0 additions and 21 deletions

View File

@@ -1,19 +0,0 @@
services:
tailscale:
image: tailscale/tailscale
container_name: tailscale-subnet-router
hostname: docker-router
environment:
- TS_EXTRA_ARGS=--advertise-routes=192.168.68.0/22 --ssh --accept-routes --advertise-exit-node --reset --hostname=docker-router
- TS_STATE_DIR=/var/lib/tailscale
- TS_USERSPACE=false
volumes:
- /var/lib/tailscale:/var/lib/tailscale
- /dev/net/tun:/dev/net/tun
network_mode: host
cap_add:
- net_admin
- net_raw
restart: unless-stopped
volumes:
tailscale-data:

View File

@@ -1,2 +0,0 @@
nameserver 1.1.1.1
nameserver 9.9.9.9