This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
openconnect: corrected port descriptions in README
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
lilik-openwrt-22.03
Nikos Mavrogiannopoulos
10 years ago
parent
3c3cc25dc4
commit
03134441f2
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
net/ocserv/README
+ 2
- 2
net/ocserv/README
View File
@ -75,14 +75,14 @@ config rule
option target 'ACCEPT'
option src 'wan'
option proto 'tcp'
option dest_port '443'
option dest_port '44
4
3'
option name 'vpn'
config rule
option target 'ACCEPT'
option src 'wan'
option proto 'udp'
option dest_port '443'
option dest_port '44
4
3'
option name 'vpn'
-----------------------------------------------------------------
Write
Preview
Loading…
Cancel
Save