dch-gw: Allow inbound TCP port 9876
TCP port 9876 is used for the OpenVPN-over-TLS service.jenkins-master
parent
c3f1f5750d
commit
6602dd5b4a
|
@ -85,6 +85,8 @@ allow_incoming:
|
||||||
port: bootps
|
port: bootps
|
||||||
- protocol: tcp
|
- protocol: tcp
|
||||||
port: ssh
|
port: ssh
|
||||||
|
- protocol: tcp
|
||||||
|
port: 9876
|
||||||
- protocol: tcp
|
- protocol: tcp
|
||||||
port: 10050
|
port: 10050
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue