macronut / ghostcp

GhosTCP is a program for Windows that protects the TCP connections from being interfered.
GNU Lesser General Public License v3.0
837 stars 164 forks source link

ERR_CONNECTION_RESET on MEGA (a cloud drive operator) #11

Closed toorich closed 3 years ago

toorich commented 3 years ago

Tried w-md5, ttl and other methods which listed on README.md without be accessed successfully. Including *.mega.nz, *.mega.co.nz and *.mega.io.

ghost commented 3 years ago

Update to v0.5.4 and try

method=df
.mega.nz
.mega.io
.mega.co.nz
mega.nz
mega.io
mega.co.nz
macronut commented 3 years ago

Use method "df" as don't fragment for some website

toorich commented 3 years ago

The problem doesn't seem to be resolved.

aries15 commented 3 years ago

method=ttl works for me.

Though it doesn't work when using MEGA Chrome Extension.

macronut commented 3 years ago

The problem doesn't seem to be resolved.

you need use: method=ttl,df

ghawefzc commented 3 years ago

The problem doesn't seem to be resolved.

you need use: method=ttl,df

@Macronut But it doesn't work for me. image All IP addresses are correct.

macronut commented 3 years ago

https://github.com/Macronut/TCPioneer#how-to-get-the-ttl

ghawefzc commented 3 years ago

https://github.com/Macronut/TCPioneer#how-to-get-the-ttl

@Macronut ERR_SSL_PROTOCOL_ERROR

image

macronut commented 3 years ago

method=ttl,df,sat

ghawefzc commented 3 years ago

method=ttl,df,sat

@Macronut ERR_TIMED_OUT

image

ghawefzc commented 3 years ago

https://mega.co.nz : ERR_CONNECTION_RESET & ERR_TIMED_OUT & ERR_SSL_PROTOCOL_ERROR

image

image

image

Franinc commented 3 years ago

有个小问题,和这个issue看起来有关:我最近才意识到好像有针对特定ip+端口发rst包的情况 比如reddit解析的四个结果

;; ANSWER SECTION:
reddit.com.     128 IN  A   151.101.193.140
reddit.com.     128 IN  A   151.101.65.140
reddit.com.     128 IN  A   151.101.129.140
reddit.com.     128 IN  A   151.101.1.140

;; Query time: 0 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)

其中三个被ban,如直接访问https://151.101.193.140/会得到超时或rst,但80端口却能正常打开http://151.101.193.140/

1112111

没被ban的ip是这样的:

2223222

ao3好像443和80都被ban了。cdnjs.cloudflare.com其中一个104.16.18.94也冇了 操作过于窒息。

请问这种被ban的ip是不是没有任何办法直连了?