AdguardTeam / AdguardTeam/AdguardForAndroid
Use dynamic exclusions for excluding Wi-Fi calling ePDG servers
- 主要语言
- 没有语言数据
- 星标
- 1.9k
- 派生
- 121
- PR 合并指标
- 30 天内没有已合并 PR
描述
There were some newly reported ISPs we should add, see new comments in this issue:
https://github.com/AdguardTeam/AdguardForAndroid/issues/2550
However, I don't really like that we have to add new exclusions for every ISP. Instead of that, we should consider excluding just the IP addresses of the EPDG servers of the current cellular provider.
This Android code may be useful for that: https://cs.android.com/android/platform/superproject/+/master:packages/services/Iwlan/src/com/google/android/iwlan/epdg/EpdgSelector.java
In theory, epdg discovery is simple:
> ePDG server discovery is simple: all ePDG server names look like epdg.epc.mnc%MNC%.mcc%MCC%.pub.3gppnetwork.org where %MNC% is your provider's Mobile Network Code, and %MCC% is its Mobile Country Code. You can find these values of your provider here: http://www.mcc-mnc.com/. Both values are padded with zeros to the length of 3.
However, some cellular providers use a different domain name for their ePDG, we should figure out why.
https://github.com/AdguardTeam/AdguardForAndroid/issues/2550#issuecomment-986281787
> // weconnect.globe.com.ph (Globe uses a different domain for their ePDG servers. Similiar to how AT&T does it)
> // Globe Philippines Wi-Fi calling
Usually, there's a file like https://github.com/zakooz/SM-G930F_system_etc/blob/master/epdg_apns_conf.xml on the device with EPDG server addresses.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。