mastus: nebula dns diff port

This commit is contained in:
Gabriel Ebner 2022-11-18 23:19:29 -08:00
parent e3b25a5bc1
commit b5b2062620
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ in {
settings = { settings = {
serve_dns = true; serve_dns = true;
lighthouse.dns = { host = "192.168.18.36"; port = 53; }; lighthouse.dns = { host = "192.168.18.36"; port = 5353; };
}; };
}; };