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 = {
|
upstreams = {
|
||||||
groups = {
|
groups = {
|
||||||
default = [ "127.0.0.1:5335" ];
|
default = [ "127.0.0.1:5335" ];
|
||||||
|
"100.64.0.0/10" = [ "127.0.0.1:5454" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
tailscale datarift.nl {
|
tailscale datarift.nl {
|
||||||
authkey {$TS_AUTHKEY}
|
authkey {$TS_AUTHKEY}
|
||||||
}
|
}
|
||||||
|
forward . 127.0.0.1:5335
|
||||||
log
|
log
|
||||||
errors
|
errors
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue