Skip to content

Commit

Permalink
feat: update V2RayConfig.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajhilje committed Sep 13, 2023
1 parent e2d9321 commit e4d4448
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions IVPNClient/Models/V2Ray/V2RayConfig.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ struct V2RayConfig: Codable {
}

struct Inbound: Codable {
var tag: String
var port: String
var `protocol`: String
var settings: Settings
Expand Down
3 changes: 2 additions & 1 deletion IVPNClient/Models/V2Ray/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
},
"inbounds":[
{
"tag":"vpn",
"port":"16661",
"protocol":"dokodemo-door",
"settings":{
"address":"",
"port":0,
"network":"udp"
"network":"udp,tcp"
}
}
],
Expand Down

0 comments on commit e4d4448

Please sign in to comment.