Open Sybase port in the firewall
This commit is contained in:
parent
14f9130df8
commit
3764e7f4aa
|
@ -38,12 +38,14 @@
|
|||
allowedTCPPorts = [
|
||||
445 # Samba
|
||||
139 # Samba
|
||||
5000 # Sybase
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
137 # Samba
|
||||
138 # Samba
|
||||
1194 # Wireguard
|
||||
];
|
||||
allowPing = true;
|
||||
};
|
||||
|
||||
# Enable NAT for wireguard
|
||||
|
|
Loading…
Reference in New Issue