-
Notifications
You must be signed in to change notification settings - Fork 163
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
5 seconds deelay on mikrotik #165
Comments
What's wrong? |
5 seconds deelay, when traffic goes through hev-socks5-tunnel container |
Did this resolve the issue? https://habr.com/en/articles/838452/#comment_27259040 |
No, this comment settings doesnt work. I studied the problem more deeply, and looks like this problem appear only on android devices, another devices connected through my wifi (my laptop and pc) works wine :/ |
upd: the problem exists only on youtube app :/ |
Interesting, can you reproduce the issue on this app? https://github.com/dovecoteescapee/ByeDPIAndroid |
works perfect the problem is only in the youtube app, youtube website in the web browser (on smartphone) works well |
I have the same problem with YouTube website. All video (even advertisement) starts with delay 6-8 seconds. In my case, the problem is due to the incorrect routing of YouTube domains. Some of them isn't routed through |
@zlakomanoff byedpi + hev-socks5-tunnel in one container DockerHub |
Device -> MikroTik hap x3
docker image -> snegowiki/hev-socks5-tunnel-mikrotik:latest
ENVS
LOCAL_ROUTE -> "ip r a 192.168.0.0/16 via 192.168.254.1;ip r a 10.0.0.0/8 via 192.168.254.1;ip r a 172.16.0.0/12 via 192.168.254.1"
SOCKS5_ADDR -> "192.168.254.5"
Made by this instructions https://habr.com/en/articles/838452/
The text was updated successfully, but these errors were encountered: