himanshub16 / ProxyMan

Configuring proxy settings made easy.
https://github.com/himanshub16/ProxyMan/releases/latest/
MIT License
683 stars 108 forks source link

Add additional parameter to load and unset target #111

Open mushonnip opened 2 years ago

mushonnip commented 2 years ago

This PR perhaps will solve #110

Now we can load and unset target by adding more parameter inside quotation mark

Example:

Load profile

proxyman load MyProfile "2 3 4 6 8" 

Unset proxy

proxyman unset "2 3 4 6 8" 
himanshub16 commented 2 years ago

Thanks, @mushonnip. Had been long since I last read proxyman's code. I'll take some time out and review this.