openconnect: corrected port descriptions in README
authorNikos Mavrogiannopoulos <[email protected]>
Wed, 8 Jul 2015 17:39:19 +0000 (19:39 +0200)
committerNikos Mavrogiannopoulos <[email protected]>
Fri, 4 Sep 2015 19:33:19 +0000 (21:33 +0200)
Signed-off-by: Nikos Mavrogiannopoulos <[email protected]>
net/ocserv/README

index b021d600f469afdf74b5fbcb263270468ab783d8..9d000ccc82d45eab01b309e799d123e4fba62c37 100644 (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'
 -----------------------------------------------------------------