supertoon

Results 20 comments of supertoon

Yes, the apex domain. It's not blocked, just that Yahoo has stopped serving to China.

> ./simple-tls -s -no-tls -ws -b :80 -d 127.0.0.1:22 -n example.com > > client: simple-tls -ws -b 127.0.0.1:2222 -d example.com:80 -n example.com > > client output on connection: failed to...

Update: main.go:277, noTLS is not assigned ``` if isServer { server := core.Server{ BindAddr: bindAddr, DstAddr: dstAddr, Websocket: ws, WebsocketPath: wsPath, Cert: cert, Key: key, ServerName: serverName, Auth: auth, TFO:...

It turns out that the package used a copy of ca certs located in /usr/lib/python2.7/site-packages/freenom_dns_updater/data/chain.pem which is outdated. ln -s /etc/pki/tls/cert.pem chain.pem (cd into the directory first) solved the problem.

发现最近移动有类似问题

> 个人比较认可移动端(ARM设备)使用会有较大概率被封锁这一观点,与之对比而言,单纯在Windows使用确实不容易被封锁。很好奇OP在项目简介中所说的`一个移动端不可描述的原因`具体是指什么,tls指纹? aes指纹?(有关注到脚本内对服务端tls加密的设定)。也许有更多的朋友可以做一个对比测试,相同的服务器,同时设定两个节点,一个仅用与Windows端使用(开启utls),一个仅用于手机端使用(开启utls),对比测试看看哪一侧先被封锁。 > > 补充一下另外一个值得注意的点: 务必在服务端Block掉所有CN国内的流量,并定期更新Geo数据. > > 我个人有节点单纯用于Windows,长期使用未被封锁,但是手机侧使用的节点却比较容易被封锁。 > > 期待有更多朋友的反馈。 I'm pretty sure there's something with the mobile phone. I installed v2ray-plugin on my phone (samsung). The...

> > 补充一下另外一个值得注意的点: 务必在服务端Block掉所有CN国内的流量,并定期更新Geo数据. > Blocking CN traffic with geo data does not work. I've tried only white-listing the IP of the client. To get itself white-listed, the client must...

MacBook Pro M1, MacOs Monterey 12.6.2, different exception: "exception" : {"codes":"0x0000000000000001, 0x0000000102a393b4","rawCodes":[1,4339241908],"type":"EXC_BREAKPOINT","signal":"SIGTRAP"} It seems this update broke a few things. AltTab also stopped working (but it is able to startup).

> Seems like a full reinstall and a proper reboot has got it working like a charm now. Confirmed. Uninstalled/installed/rebooted. Scroll wheel and Alttab all work as usual.

acme 申请证书有几种方式,你可以用web验证的方式,不需要使用dns api,可以支持任意域名