diff --git a/IVPNClient/Models/V2Ray/V2RayConfig.swift b/IVPNClient/Models/V2Ray/V2RayConfig.swift index 5f9dd3540..217a1a788 100644 --- a/IVPNClient/Models/V2Ray/V2RayConfig.swift +++ b/IVPNClient/Models/V2Ray/V2RayConfig.swift @@ -38,6 +38,7 @@ struct V2RayConfig: Codable { struct Inbound: Codable { var tag: String var port: String + var listen: String var `protocol`: String var settings: Settings diff --git a/IVPNClient/Models/V2Ray/config.json b/IVPNClient/Models/V2Ray/config.json index 58292b615..335fd70ab 100644 --- a/IVPNClient/Models/V2Ray/config.json +++ b/IVPNClient/Models/V2Ray/config.json @@ -6,6 +6,7 @@ { "tag":"vpn", "port":"16661", + "listen":"127.0.0.1", "protocol":"dokodemo-door", "settings":{ "address":"",