import XrayKit
/* Start XrayCore */
let configurationFile = FileManager.default.temporaryDirectory.appendingPathComponent("xray").appendingPathExtension("json")
// Write Xray configuration to configurationFile
let geoip = Bundle.main.url(forResource: "geoip", withExtension: "dat")!
let assets = geoip.deletingLastPathComponent()
XRayCore.run(configuration: configuratonFile, assets: assets) { error in
if let error = error {
// Present error
}
}
/* Stop XrayCore */
XRayCore.quit()
-
Notifications
You must be signed in to change notification settings - Fork 17
Wanwire/FloxcoreXrayKit
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|