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
+2 -2
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'
----------------------------------------------------------------- -----------------------------------------------------------------