engageub

Results 30 comments of engageub

You may have a look at this which supports both multiproxy with multi account. https://github.com/engageub/InternetIncome Thank you

No. Most of the bandwidth sharing apps support datacenter IP address. So you have to choose accordingly which apps support datacenter IP address. For more information, please see the link...

For multi IP, you can have a look at this also. https://github.com/engageub/InternetIncome/issues/9

The dante server was deployed on an external VPS. It was working with linux terminal commands which use UDP but not with mysterium application. Thank you

Please find the documentation followed to implement this. https://www.digitalocean.com/community/tutorials/how-to-set-up-dante-proxy-on-ubuntu-20-04 The following reference was used to add extra configs though not required for now to test DNS: https://stackoverflow.com/questions/49855516/telegram-calls-via-dante-socks5-proxy-server-not-working Thank you

Port 53 was bypassed to start the application. On looking further, [pinger.go](https://app.codecov.io/gh/mysteriumnetwork/node/blob/master/nat%2Ftraversal%2Fpinger.go) code in logs shows packet length as 32 and some garbage messages were displayed in the logs, where...

Tried enabling UDP over proxy and replicated the code mentioned which was throwing the following error in mysterium. The error indicates that some response has been received otherwise it will...

[Pcap files.zip](https://github.com/xjasonlyu/tun2socks/files/11676259/Pcap.files.zip) Please find the attachment for PCAP files

Please find the attachment for only UDP logs. This also has packets where garbage values were received as mentioned above. [Only UDP PCAP files.zip](https://github.com/xjasonlyu/tun2socks/files/11676775/Only.UDP.PCAP.files.zip) Thank you

Installed the replicated code in Mysterium container which runs on Alpine. Installed go language and build the replicated network test file and the request was successful with response inside the...