-
-
Notifications
You must be signed in to change notification settings - Fork 259
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
Feature request: iOS / iPadOS support #243
Comments
It's a mighty relevant issue especially considering the utter lack of such kind of software on iOS. |
There's AdGuard and similar tools but their functionality is rather limited. |
Hmm In my last little research I have found no DPI spoofers... |
Source code for the reference: |
Is it possible without rewriting the app in Swift? |
Swift can interact with everything that is able to export symbols. Meaning that integration with Go is not a problem. The sshTunnel application itself is a wrapper too. A wrapper over this C library to be exact. |
An app for macOS won't work on iOS. But I suggest everyone interested ask the author about an iOS app. Maybe they will be willing to create one. |
If there are no macOS-specific APIs then it might work after compiling for the iOS target. As it would seem, I can say that the GUI itself is interacting with menu bar so it's unlikely to work as is. In order to make it work, that GUI functionality will need to be removed. |
Description
Hello. As far as I can see, the iOS is providing a network filter functionality which is nearly identical to that of macOS implementation. As a consequence, a lot of applications like VPN clients, as well as Tor and SSH tunnelling tools are working on both iOS and macOS without any problem (see SSH VPN for example). It would be great to see the SpoofDPI working on mobile platforms.
The text was updated successfully, but these errors were encountered: