valkyrie: Let coredns handle all domains
This commit is contained in:
parent
23e1a21429
commit
1737374346
1 changed files with 7 additions and 0 deletions
|
@ -15,9 +15,16 @@
|
|||
|
||||
config = ''
|
||||
datarift.nl:5454 {
|
||||
bind 127.0.0.1 ::1
|
||||
tailscale datarift.nl {
|
||||
authkey {$TS_AUTHKEY}
|
||||
}
|
||||
log
|
||||
errors
|
||||
}
|
||||
|
||||
.:5454 {
|
||||
bind 127.0.0.1 ::1
|
||||
forward . 127.0.0.1:5335
|
||||
log
|
||||
errors
|
||||
|
|
Loading…
Reference in a new issue