coredns: DynamicUser services apparently don't have access to the tailscale socket
This commit is contained in:
parent
6ff1d74b7b
commit
08083a7bc7
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@
|
||||||
config = ''
|
config = ''
|
||||||
datarift.nl:5454 {
|
datarift.nl:5454 {
|
||||||
bind 127.0.0.1 ::1
|
bind 127.0.0.1 ::1
|
||||||
tailscale datarift.nl
|
tailscale datarift.nl {
|
||||||
|
authkey {$TS_AUTHKEY}
|
||||||
|
}
|
||||||
log
|
log
|
||||||
errors
|
errors
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue