Compare commits
No commits in common. "40fb010825576d0ca2493e3c53cd2af280f06b56" and "dffa1d96cf60cc0e428ea112df8d1b36f8b35428" have entirely different histories.
40fb010825
...
dffa1d96cf
2 changed files with 1 additions and 12 deletions
|
|
@ -136,12 +136,11 @@
|
|||
"lan",
|
||||
"server",
|
||||
"vserver",
|
||||
"podman1",
|
||||
"infrastructure",
|
||||
"wg_cloonar",
|
||||
"smart",
|
||||
"multimedia"
|
||||
} udp dport { 53, 67, 68 } counter accept
|
||||
} udp dport { 67, 68 } counter accept
|
||||
|
||||
# Accept mDNS for avahi reflection
|
||||
# iifname "multimedia" ip saddr <chromecast IP> tcp dport { llmnr } counter accept
|
||||
|
|
|
|||
|
|
@ -20,16 +20,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.resolved = {
|
||||
enable = true;
|
||||
# dnssec = "true";
|
||||
domains = [ "~." ];
|
||||
fallbackDns = [ "10.42.97.10" ];
|
||||
# extraConfig = ''
|
||||
# DNSOverTLS=yes
|
||||
# '';
|
||||
};
|
||||
|
||||
networking = {
|
||||
useDHCP = false;
|
||||
# Define VLANS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue