Skip to content

Commit

Permalink
misc: add vless enum
Browse files Browse the repository at this point in the history
  • Loading branch information
yichengchen committed Aug 24, 2023
1 parent c113a33 commit d1c6918
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ClashX/Models/ClashProxy.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ enum ClashProxyType: String, Codable {
case relay = "Relay"
case unknown = "Unknown"
case wireguard = "Wireguard"
case vless = "Vless"

static let proxyGroups: [ClashProxyType] = [.select, .urltest, .fallback, .loadBalance]

Expand Down

0 comments on commit d1c6918

Please sign in to comment.