Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
MoeClub authored Aug 14, 2022
1 parent cac5c50 commit 65b9241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AnyConnect/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ iptables -t nat -A PREROUTING -d <本机地址> -p tcp --dport <本机端口> -j
iptables -t nat -I POSTROUTING -d <远程地址> -p tcp --dport <远程端口> -j MASQUERADE
```

# ocserv.deb (Debian x64/ARM64 8+ / Ubuntu x64/ARM64 14+)
# ocserv.deb (Debian x64/ARM64 10+ / Ubuntu x64/ARM64 18+)
```
wget --no-check-certificate --no-cache -4 -qO /tmp/ocserv.deb "https://raw.githubusercontent.com/MoeClub/Note/master/AnyConnect/ocserv.deb" && dpkg -i /tmp/ocserv.deb
Expand Down

0 comments on commit 65b9241

Please sign in to comment.