Refactor pac proxy.
This commit is contained in:
@ -14,14 +14,14 @@
|
||||
|
||||
+ (void)install;
|
||||
|
||||
+ (void)enablePACProxy:(NSString*) PACFilePath;
|
||||
+ (void)enablePACProxy;
|
||||
|
||||
+ (void)enableGlobalProxy;
|
||||
|
||||
+ (void)disableProxy:(NSString*) PACFilePath;
|
||||
+ (void)disableProxy;
|
||||
|
||||
+ (NSString*)startPACServer:(NSString*) PACFilePath;
|
||||
|
||||
+ (void)stopPACServer;
|
||||
//+ (void)startPACServer:(NSString*) PACFilePath;
|
||||
//
|
||||
//+ (void)stopPACServer;
|
||||
|
||||
@end
|
||||
|
Reference in New Issue
Block a user