mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 19:54:50 +00:00
openconnect: corrected port descriptions in README
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
@@ -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'
|
||||
-----------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user