返回列表 發帖

Successful login OpenConnect server over V2Ray's dokodemo

本帖最後由 角色 於 2019-3-17 20:04 編輯

有的时候不知道为什么OpenConnect直接连香港的OpenConnect server不成功,于是我想起通过V2Ray's dokodemo的方式连接,结果成功,还有非常稳定。我的V2Ray连到大陆和香港以外的server,让后通过它再连香港的OpenConnect server。

我用的dokodemo的code:
  1.     {
  2.       "protocol": "dokodemo-door",
  3.       "port": 443,
  4.       "listen": "192.168.55.22",
  5.       "settings": {
  6.         "address": "Openconnect-server IP or hostname",
  7.         "port": 443,
  8.         "network": "tcp",
  9.         "timeout": 0,
  10.         "followredirect": false
  11.       }
  12.     },
複製代碼
.

When I ran the SSTP over V2Ray's dokodemo, it turned out unsuccessfully due to frequent  connections and disconnections. I think it may due to the poor network robustness of SSTP protocol. The next attempt I shall carry out OpenVPN over V2Ray's dokodemo. I hope that there may be no network issue using OpenVPN if the network robustness is as good as the OpenConnect protocol.

TOP

返回列表