valkyrie: Route Tailscale hosts through coredns

This commit is contained in:
Erwin Boskma 2024-04-23 19:31:04 +02:00
parent 4a624b20cb
commit 23e1a21429
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk
2 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@
upstreams = {
groups = {
default = [ "127.0.0.1:5335" ];
"100.64.0.0/10" = [ "127.0.0.1:5454" ];
};
};

View file

@ -18,6 +18,7 @@
tailscale datarift.nl {
authkey {$TS_AUTHKEY}
}
forward . 127.0.0.1:5335
log
errors
}