mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
openconnect: corrected port descriptions in README
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
+2
-2
@@ -75,14 +75,14 @@ config rule
|
|||||||
option target 'ACCEPT'
|
option target 'ACCEPT'
|
||||||
option src 'wan'
|
option src 'wan'
|
||||||
option proto 'tcp'
|
option proto 'tcp'
|
||||||
option dest_port '443'
|
option dest_port '4443'
|
||||||
option name 'vpn'
|
option name 'vpn'
|
||||||
|
|
||||||
config rule
|
config rule
|
||||||
option target 'ACCEPT'
|
option target 'ACCEPT'
|
||||||
option src 'wan'
|
option src 'wan'
|
||||||
option proto 'udp'
|
option proto 'udp'
|
||||||
option dest_port '443'
|
option dest_port '4443'
|
||||||
option name 'vpn'
|
option name 'vpn'
|
||||||
-----------------------------------------------------------------
|
-----------------------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user