mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
8 lines
119 B
Swift
8 lines
119 B
Swift
import Foundation
|
|
|
|
struct XrayConfig: Decodable {
|
|
let dns1: String?
|
|
let dns2: String?
|
|
let config: String
|
|
}
|