Allow ports needed for pixiecore
This commit is contained in:
parent
d7483490cd
commit
dfb70c1287
1 changed files with 2 additions and 2 deletions
|
|
@ -20,8 +20,8 @@
|
|||
#"192.0.2.1" = ["example.com"];
|
||||
}
|
||||
);
|
||||
firewall.interfaces.virbr0.allowedTCPPorts = [ 53 ];
|
||||
firewall.interfaces.virbr0.allowedUDPPorts = [ 53 67 ];
|
||||
firewall.interfaces.virbr0.allowedTCPPorts = [ 53 64172 ];
|
||||
firewall.interfaces.virbr0.allowedUDPPorts = [ 53 67 69 4011 ];
|
||||
};
|
||||
|
||||
zramSwap = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue