openconnect: corrected port descriptions in README
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
parent
c773d4ad91
commit
7f6a237d7d
1 changed files with 2 additions and 2 deletions
|
@ -75,14 +75,14 @@ config rule
|
|||
option target 'ACCEPT'
|
||||
option src 'wan'
|
||||
option proto 'tcp'
|
||||
option dest_port '443'
|
||||
option dest_port '4443'
|
||||
option name 'vpn'
|
||||
|
||||
config rule
|
||||
option target 'ACCEPT'
|
||||
option src 'wan'
|
||||
option proto 'udp'
|
||||
option dest_port '443'
|
||||
option dest_port '4443'
|
||||
option name 'vpn'
|
||||
-----------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue