Allow only exposing services over Tailscale
This works using public DNS, so doesn't need Tailscale's magic DNS to override my local.
This commit is contained in:
@ -2,5 +2,6 @@
|
||||
tailscale_up_skip: true
|
||||
|
||||
tailscale_cidr: 100.64.0.0/24 # It's really /10, but I don't use that many IPs
|
||||
tailscale_cidr_ipv6: fd7a:115c:a1e0::/120 # It's really /48, but I don't use that many IPs
|
||||
|
||||
tailscale_port: 41641
|
||||
|
@ -1,3 +1,5 @@
|
||||
"vps_hosts":
|
||||
"casey_ip": "213.219.38.11"
|
||||
"private_ipv6_marker": "2a01:7e00:e000:7f7::1"
|
||||
"private_ipv6_range": "2a01:7e00:e000:7f7::1/128"
|
||||
"walker_ip": "192.248.168.230"
|
||||
|
Reference in New Issue
Block a user