Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Random port hopping for each new request instead of hopinterval #999

Open
iamtrazy opened this issue Mar 23, 2024 · 1 comment
Open

Random port hopping for each new request instead of hopinterval #999

iamtrazy opened this issue Mar 23, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@iamtrazy
Copy link

iamtrazy commented Mar 23, 2024

In Sri lanka the internet cost is very high and people looks into ways to bypass captive portals. In recent cases we found that the first UDP packet less that 1400 bytes always sent to the server even when the data package is fully expired. Some proprietary protocols such as http customs UDPs proprietry UDP protocol utilize this (https://github.com/http-custom/udp-custom). They all work by sending UDP requests for each new connection to a sequence of ports such as 6000-60000 . first request goes to port 6001 , then 6002 , etc. Even though speed is mostly around 1mbps and latency is very bad this actually works. If we could have a feature where instead of 5s hop interval , New hop for each new connection , it would bypass the captive portal and give free internet access for people in my country.

@iamtrazy iamtrazy added the enhancement New feature or request label Mar 23, 2024
@mmmray
Copy link

mmmray commented Apr 13, 2024

are ICMP tunnels a solution in sri lanka?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants