返回列表 發帖
本帖最後由 tomleehk 於 2016-12-17 09:03 編輯

參考:
https://openvpn.net/index.php/op ... key-mini-howto.html

Sample .ovpn file
  1. remote myremote.mydomain
  2. dev tun
  3. ifconfig 10.8.0.2 10.8.0.1
  4. secret static.key
複製代碼
將.ovpn file 同 key file (static.key)放喺同一個folder, android ovpn client import 個 .ovpn file 嘅時候應該會import埋個key file (static.key)

但我唔能夠百份百肯定,因我當年用ovpn只用cert.從未試過用 static key

TOP

返回列表