Update comments

This commit is contained in:
albert 2025-01-17 16:39:35 -08:00
parent 45ccc81823
commit 82bbe765b0
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -55,7 +55,7 @@ in {
services.tailscale.extraUpFlags = [
"--advertise-exit-node"
"--accept-routes=false"
"--accept-routes=false" # NOTE: For some reason having this enabled causes the Synology to fail to connect.
"--advertise-routes=192.168.1.31/32,192.168.1.32/32,192.168.1.33/32,192.168.1.34/32,192.168.1.0/24"
];
}