Tahaan / proxymanager

Tool to enable or disable the configured proxy server for a wide range of programs
GNU General Public License v3.0
8 stars 5 forks source link

no_proxy settings #29

Open lcacciari opened 7 years ago

lcacciari commented 7 years ago

In my current environment I'd need to have noproxy set to localhost,127.0.0.0/8,.local,10._,*.enterprise.internal.domain

However, proxymanager sets it to localhost,127.0.0.0/8,.local using the template value of "PMHOSTTAG,127.0.0.0/8,.local".

It would be nice to have a way to configure the no_proxy value to some user-chosen value, either putting the value in the configuration file or as an environment variable to set before invoking p-on. The first way is simpler, but the second gives more flexibility to people with a laptop who use proxymanager in different environments.

P.S. If needed, I'm willing to implement it myself and submit a patch.