Skip to content

Commit

Permalink
feat: update NETunnelProviderProtocol+Ext.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajhilje committed Sep 18, 2023
1 parent 0699692 commit 8bb182f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ extension NETunnelProviderProtocol {
}

// If V2Ray is enabled
if (true) {
if (false) {
endpoint = Peer.endpoint(host: Config.v2rayHost, port: Config.v2rayPort)
if var v2rayPorts = V2RayPorts.load() {
v2rayPorts.port = v2rayPort
Expand Down

0 comments on commit 8bb182f

Please sign in to comment.