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

vowifi drops after box proxy on #56

Open
y6yuan opened this issue Oct 24, 2023 · 4 comments
Open

vowifi drops after box proxy on #56

y6yuan opened this issue Oct 24, 2023 · 4 comments

Comments

@y6yuan
Copy link

y6yuan commented Oct 24, 2023

After turn on the transparent proxy, the wifi calling drops, tested on Tproxy and Mixed mode, is there any way to make the wifi calling work?

@y6yuan
Copy link
Author

y6yuan commented Oct 24, 2023

ROM: pixel stock

@twnesss
Copy link
Collaborator

twnesss commented Oct 24, 2023

After turn on the transparent proxy, the wifi calling drops, tested on Tproxy and Mixed mode, is there any way to make the wifi calling work?

tun?

# blacklist / whitelist / tun (only tun auto-route)
proxy_mode="blacklist"

@y6yuan
Copy link
Author

y6yuan commented Oct 24, 2023

After turn on the transparent proxy, the wifi calling drops, tested on Tproxy and Mixed mode, is there any way to make the wifi calling work?

tun?

# blacklist / whitelist / tun (only tun auto-route)
proxy_mode="blacklist"

blacklist, with 1000,1001 bypassed

@HaoTian22
Copy link

HaoTian22 commented May 27, 2024

Another temporary solution is to set NetworkMode to redirect
That makes my VoLTE work.
But I don't know if there is any drawbacks (Already known: Only TCP proxy).

The above method also works.
details:

# redirect: tcp + udp[direct]
# tproxy: tcp + udp
# mixed: redirect[tcp] + tun[udp]
# enhance: redirect[tcp] + tproxy[udp]
# tun: tcp + udp (auto-route)
network_mode="tproxy"

# blacklist / whitelist
proxy_mode="blacklist"

# list of package names to be proxied
# android Package Name, For example: ("com.android.captiveportallogin" "com.tencent.mm")
packages_list=()

# The gid in the list will be bypassed or proxied according to the proxy_mode configuration, and the gid can be arbitrarily specified by the busybox setuidgid command
gid_list=("1000" "1001" "10108")

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

No branches or pull requests

3 participants