Thanks to visit codestin.com
Credit goes to github.com

Skip to content

motian30/SwiftNATDetector

 
 

Repository files navigation

Swift implementation of NAT type detection

Inspired by https://github.com/HMBSbige/NatTypeTester
Issue and pull request are welcomed

Swift Package Manager

The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler.

Once you have your Swift package set up, adding SwiftNATTypeDetector as a dependency is as easy as adding it to the dependencies value of your Package.swift.

dependencies: [
    .package(url: "https://github.com/motian30/SwiftNATDetector.git", .upToNextMajor(from: "0.1.0"))
]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Swift 100.0%