2024-09-13, 02:15 AM
The XML parameters I provided does that already. Remote connections are still disabled, but the Tailscale IP space is part of the "LAN subnets" config.
That allows Tailscale IPs so you don't have to add each individual IP. What you DIDN'T have before was your actual LAN IP address space.
And since you didn't allow remote connections your local IPs were considered remote since they were not present in the LAN subnets config.
Code:
<string>100.64.0.0/10</string>
That allows Tailscale IPs so you don't have to add each individual IP. What you DIDN'T have before was your actual LAN IP address space.
Code:
<string>192.168.0.0/24</string>
And since you didn't allow remote connections your local IPs were considered remote since they were not present in the LAN subnets config.