You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @cs8425 .
My name is Nelson . Here in my country we have a firewall does not let us visit any websites . I am not a programmer , but I know the restrictions about the ISP providers . Could help me to create a client and server in golang to bypass the firewall and search or visit any websites , please ?
The Http tunnel that I need this :
client has to send only http request to the server .
Any data that the client has to send or transfer to the server should be via a new "HTTP request" encoding it on the url path or a http header and not via "http body", because the firewall blocks the Connection when the Upstream is more than 50 bytes on "http body".
I know it is not normal connection , but this is the only way . Someone created a android app that do this ,but he sell it to us a monthly account to visit any websites :(
I captured the package using TCPDUMP , you can see it using WIRESHARK program on PC.
Hello @cs8425 .
My name is Nelson . Here in my country we have a firewall does not let us visit any websites . I am not a programmer , but I know the restrictions about the ISP providers . Could help me to create a client and server in golang to bypass the firewall and search or visit any websites , please ?
The Http tunnel that I need this :
I know it is not normal connection , but this is the only way . Someone created a android app that do this ,but he sell it to us a monthly account to visit any websites :(
I captured the package using TCPDUMP , you can see it using WIRESHARK program on PC.
Look:
This is the packet I captured using TCPDUMP:
quantumnica1.zip
Would you help me ? . I am sure you can do it , if you say yes , can we get in touch using telegram to chat more easy ?
The text was updated successfully, but these errors were encountered: