fmt
This commit is contained in:
@@ -53,8 +53,16 @@
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowPing = true;
|
||||
allowedTCPPorts = [ 8192 8880 8881 ];
|
||||
allowedUDPPorts = [ 8192 8880 8881 ];
|
||||
allowedTCPPorts = [
|
||||
8192
|
||||
8880
|
||||
8881
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
8192
|
||||
8880
|
||||
8881
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user