Giter VIP home page Giter VIP logo

Comments (4)

smilindave26 avatar smilindave26 commented on June 14, 2024

"interception" is a feature of https://github.com/openziti/ziti-tunnel-apple, which implements an Apple NetworkExtension and uses this SDK. It can intercept IP addresses, route the traffic over Ziti, and intercept DNS requests to return addresses that are then routed over Ziti.

You can intercept HTTP/HTTPS in code using this library using ZitiUrlProtocol (see the main repo README; there are some sample apps in this repo).

If using the SDK directly, this sample app (https://github.com/openziti/ziti-sdk-swift/blob/main/sample-mac-host/main.swift) shows how to use the listen/accept/dial primatives, which are similar to using sockets. The Ziti C-SDK has lower-level functions as part of Ziti_lib that work more directly with sockets, but that still needs to be wrapped by this SDK.

from ziti-sdk-swift.

smilindave26 avatar smilindave26 commented on June 14, 2024

Is this reply helpful? Are you willing to share more details about what you're trying to do?

from ziti-sdk-swift.

five131415 avatar five131415 commented on June 14, 2024

Thank you very much for your reply

What I want to achieve is all the traffic of proxy mobile phones, which is the concept of zero trust

If it's android, I can use ziti-sdk-jvm. If it's ios, I can use ziti-tunnel-apple. Is that right?

from ziti-sdk-swift.

smilindave26 avatar smilindave26 commented on June 14, 2024

Looks like what you want is:

These apps are written using the Ziti SDKs, and these apps can intercept any network traffic initiated on the phone.

from ziti-sdk-swift.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.