Opened port for simple voice chat
This commit is contained in:
parent
835747321e
commit
1d97e433f5
1 changed files with 4 additions and 1 deletions
|
|
@ -19,6 +19,9 @@
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "alexandria";
|
hostName = "alexandria";
|
||||||
firewall = { allowedTCPPorts = [ 80 443 9666 ]; };
|
firewall = {
|
||||||
|
allowedTCPPorts = [ 80 443 9666 ];
|
||||||
|
allowedUDPPorts = [ 24454 ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue