Allow DNS and DHCP on virbr0
This commit is contained in:
parent
c989ffaeba
commit
2ea65edb28
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,8 @@
|
|||
#"192.0.2.1" = ["example.com"];
|
||||
}
|
||||
);
|
||||
firewall.interfaces.virbr0.allowedTCPPorts = [ 53 ];
|
||||
firewall.interfaces.virbr0.allowedUDPPorts = [ 53 67 ];
|
||||
};
|
||||
|
||||
zramSwap = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue