make coredns do something useful instead of harmful

This commit is contained in:
James Andariese 2024-07-25 13:24:16 -05:00
parent f981bea56a
commit a08f6e85bb

View File

@ -23,7 +23,7 @@ in
. { . {
${strIfHasIface "sec0" "bind sec0"} ${strIfHasIface "sec0" "bind sec0"}
${strIfHasIface "lan0" "bind lan0"} ${strIfHasIface "lan0" "bind lan0"}
whoami forward . 172.16.1.8
} }
''; '';
}; };