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 c773d4ad91
commit 7f6a237d7d

View file

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