valkyrie: Route Tailscale hosts through coredns
This commit is contained in:
parent
4a624b20cb
commit
23e1a21429
2 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
upstreams = {
|
||||
groups = {
|
||||
default = [ "127.0.0.1:5335" ];
|
||||
"100.64.0.0/10" = [ "127.0.0.1:5454" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
tailscale datarift.nl {
|
||||
authkey {$TS_AUTHKEY}
|
||||
}
|
||||
forward . 127.0.0.1:5335
|
||||
log
|
||||
errors
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue