Set the ports in the correct place
This commit is contained in:
@@ -24,12 +24,12 @@ in
|
|||||||
]
|
]
|
||||||
++ (
|
++ (
|
||||||
if cfg.agentOnly then
|
if cfg.agentOnly then
|
||||||
|
[ ]
|
||||||
|
else
|
||||||
[
|
[
|
||||||
2379
|
2379
|
||||||
2380
|
2380
|
||||||
]
|
]
|
||||||
else
|
|
||||||
[ ]
|
|
||||||
);
|
);
|
||||||
allowedUDPPorts = [ 8472 ];
|
allowedUDPPorts = [ 8472 ];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user