From 84abb80d978159a54c3b3e059a5c0e31066dfa24 Mon Sep 17 00:00:00 2001 From: Juraj Hilje Date: Mon, 18 Sep 2023 15:26:53 +0200 Subject: [PATCH] feat: update V2RayConfig.swift and config.json --- IVPNClient/Models/V2Ray/V2RayConfig.swift | 1 + IVPNClient/Models/V2Ray/config.json | 1 + 2 files changed, 2 insertions(+) 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":"",