Okay so as we all know Sun is killing many payloads as of February 27, 2019. We panicked after trying all shared configs from our fellow config sharer doesn't work. Well, don't worry because I will give you the new way of making our config works with the working payload.
The payload
m.weixin.qq.com
How it should be implemented in the config
- For PC/windows it should look something like this.
client
dev tun
proto tcp
remote indo2.vpnjantit.com 1194@m.weixin.qq.com
remote 103.129.220.175 1194@m.weixin.qq.com
cipher AES-128-CBC
auth SHA1
resolv-retry infinite
nobind
persist-key
persist-tun
verb 3
auth-user-pass
route-delay 2
redirect-gateway
fast-io
pull
http-proxy 103.236.201.125 8080
http-proxy-option CUSTOM-HEADER HEADER HTTP/1.1
http-proxy-option CUSTOM-HEADER Host m.weixin.qq.com
setenv opt block-outside-dns
2. For OpenVpnConnect/Android app it should look like this.
client
dev tun
proto tcp
remote indo2.vpnjantit.com:1194@m.weixin.qq.com
remote 103.129.220.175:1194@m.weixin.qq.com
cipher AES-128-CBC
auth SHA1
resolv-retry infinite
nobind
persist-key
persist-tun
verb 3
auth-user-pass
route-delay 2
redirect-gateway
fast-io
pull
http-proxy 103.236.201.125 8080
http-proxy-option CUSTOM-HEADER HEADER HTTP/1.1
http-proxy-option CUSTOM-HEADER Host m.weixin.qq.com
setenv opt block-outside-dns
if you're confused what is the difference between android and pc config just notice the pc have space between the remote proxy and the proxy port while the Android config doesn't have space, instead it has a colon.
Thanks for sharing!
ReplyDeleteCould you share a working payload for Sun Fixed load as well?