bind dns to interfact rather then ip
This commit is contained in:
@@ -23,7 +23,8 @@ in {
|
||||
services.${service} = {
|
||||
enable = true;
|
||||
settings = {
|
||||
listen-address = "10.10.0.10"; # your LAN IP
|
||||
#listen-address = "10.10.0.10"; # your LAN IP
|
||||
interface = "enp89s0";
|
||||
bind-interfaces = true;
|
||||
address = "/snowbelle.lan/10.10.0.10";
|
||||
server = [ # upstream dns
|
||||
|
||||
Reference in New Issue
Block a user