Skip to content

Commit

Permalink
3.7.8 as update test version.
Browse files Browse the repository at this point in the history
  • Loading branch information
xxnet committed Oct 28, 2017
1 parent cc16a1e commit c666bde
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,14 @@


### 最新状态:
2017-10-27
2017-10-28
* GAE: ipv4搜不到ip,可以通过开启ipv6解决,请参考:
Wiki:
[如何开启IPv6](https://github.com/XX-net/XX-Net/wiki/%E5%A6%82%E4%BD%95%E5%BC%80%E5%90%AFIPv6)

相关讨论帖子:
https://github.com/XX-net/XX-Net/issues/6918
https://github.com/XX-net/XX-Net/issues/6991
https://github.com/XX-net/XX-Net/issues/7150
https://github.com/XX-net/XX-Net/issues/7164
https://github.com/XX-net/XX-Net/issues/7241

* X-Tunnel 请升级到 3.7.7,目前稳定可用. ([使用教程](https://github.com/XX-net/XX-Net/wiki/x-tunnel%E4%BD%BF%E7%94%A8%E6%95%99%E7%A8%8B)
**X-Tunnel 用户套餐流量丢失的,请给[email protected] 发邮件。**
* X-Tunnel 请升级到 3.7.8,目前稳定可用. ([使用教程](https://github.com/XX-net/XX-Net/wiki/x-tunnel%E4%BD%BF%E7%94%A8%E6%95%99%E7%A8%8B)



<br>
Expand Down
2 changes: 1 addition & 1 deletion code/default/update_version.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

## 升级(Update):
测试版(Test):
https://codeload.github.com/XX-net/XX-Net/zip/3.7.7 d6793c5f68db01e2f59b747a663f63341f2b01af4223ee1050b5e2238aaf3cd0
https://codeload.github.com/XX-net/XX-Net/zip/3.7.8 92abfa325272db49bc9668b295c722ea1b7a48b4ab76770f465f05a3ef3a7d54

稳定版(Stable):
https://codeload.github.com/XX-net/XX-Net/zip/3.7.7 d6793c5f68db01e2f59b747a663f63341f2b01af4223ee1050b5e2238aaf3cd0
2 changes: 1 addition & 1 deletion code/default/x_tunnel/local/proxy_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def login_session(self):
except Exception as e:
xlog.exception("login_session e:%r", e)
time.sleep(1)

return False

def create_conn(self, sock, host, port):
Expand Down

0 comments on commit c666bde

Please sign in to comment.