Browse Source

Update README.MD

MoeClub 5 years ago
parent
commit
181f8ab0ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AnyConnect/README.MD

+ 1 - 1
AnyConnect/README.MD

@@ -28,7 +28,7 @@ iptables -t nat -A POSTROUTING -d <远程地址> -p tcp --dport <远程端口> -
 
 # ocserv.sh (Debian 9)
 ```
-bash <(curl -sSL "https://raw.githubusercontent.com/MoeClub/Note/master/AnyConnect/ocserv.sh")
+bash <(wget --no-check-certificate -qO- "https://raw.githubusercontent.com/MoeClub/Note/master/AnyConnect/ocserv.sh")
 ```
 ## 安装后需要的一些工作([域名证书可点此查看申请步骤](https://github.com/MoeClub/AlphaSSL))
 - 将域名证书上传至 `/etc/ocserv/server.cert.pem`