fixed ports
This commit is contained in:
parent
3d2c388a48
commit
fc5f90104a
1 changed files with 5 additions and 2 deletions
|
@ -24,9 +24,12 @@
|
|||
networking.firewall = {
|
||||
interfaces.eth0.allowedTCPPorts = [
|
||||
80
|
||||
222 # this is for forgejo
|
||||
222 # forgejo ssh
|
||||
443
|
||||
64783 # this is for murmur
|
||||
64738 # murmur tcp
|
||||
];
|
||||
interfaces.eth0.allowedUDPPorts = [
|
||||
64738 # murmur udp
|
||||
];
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue