-
Notifications
You must be signed in to change notification settings - Fork 89
Egypt DPI no internet issue #83
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
Comments
Try to use Wireshark to track the network traffic. I think it is NOT the problem of libXray. |
Your setup is wrong im sure about that cause there's no reason that it will not work. Im using it on production apps and they are running smoothly |
@CodeWithTamim Please find attached code which I am using PacketTunnelProvider.swift (Not working) `import LibXray struct RunXrayRequest: Codable { private let logger = Logger(subsystem: Bundle.main.bundleIdentifier!, category: "PacketTunnelProvider") class PacketTunnelProvider: NEPacketTunnelProvider {
}` Configuration.swift (Config Generation Code) (Not working) struct Configuration {
}` Using above code having issue for no internet. Using below code internet working fine but whats and other some application not working `import LibXray struct RunXrayRequest: Codable { private let logger = Logger(subsystem: Bundle.main.bundleIdentifier!, category: "PacketTunnelProvider") class PacketTunnelProvider: NEPacketTunnelProvider {
}` Configuration.swift (Generate Json Config) (Working for internet only) struct Configuration {
}` So according to last shared code it's working but half of the internet we can say where application using socket or any other communication which not via http in that case no internet. Please review and let me know where I have made wrong things. In advance Thanks |
DNS |
Sorry not getting your point @CodeWithTamim |
Fix dns |
Okay let me check with updating it and update you |
I’ve tried updating and removing the DNS, but the issue remains the same. The problem occurs specifically when someone located in Egypt uses the VPN—they still experience the issue. |
When connected using Xray with socket tun in iOS in that case facing no internet connection issue for Egypt country
The text was updated successfully, but these errors were encountered: