openconnect: corrected port descriptions in README

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
Nikos Mavrogiannopoulos 2015-07-08 19:39:19 +02:00
parent 3c3cc25dc4
commit 03134441f2
1 changed files with 2 additions and 2 deletions

View File

@ -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'
-----------------------------------------------------------------