mastus: nebula dns try 2
This commit is contained in:
parent
cd4199dc3e
commit
3849c3720b
@ -15,7 +15,10 @@ in {
|
|||||||
|
|
||||||
firewall.inbound = [ { port = "any"; proto = "any"; host = "any"; } ];
|
firewall.inbound = [ { port = "any"; proto = "any"; host = "any"; } ];
|
||||||
|
|
||||||
settings.lighthouse.dns = { host = "0.0.0.0"; port = 53; };
|
settings = {
|
||||||
|
serve_dns = true;
|
||||||
|
lighthouse.dns = { host = "192.168.18.36"; port = 53; };
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall.allowedUDPPorts = [ 4242 ];
|
networking.firewall.allowedUDPPorts = [ 4242 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user