ClashX.Meta/ProxyConfigHelper/main.swift

13 lines
212 B
Swift
Raw Normal View History

2022-06-24 20:56:49 +08:00
//
// main.swift
// com.metacubex.ClashX.ProxyConfigHelper
import Foundation
ProcessInfo.processInfo.disableSuddenTermination()
2024-03-07 16:38:18 +08:00
let helper = ProxyConfigHelper()
helper.run()
2022-06-24 20:56:49 +08:00
print("ProxyConfigHelper exit")