xunholy / go-proxy

CNTLM Proxy CLI written in GOLANG to assist with managing proxy configuration
GNU General Public License v3.0
18 stars 4 forks source link

Use a TOML/JSON/YAML configuration for proxy state #59

Open xunholy opened 5 years ago

xunholy commented 5 years ago

The proxy CLI should be configurable via a TOML file which contains the state and variables that can be easily modified via scripting or manually with the user.

This will remove complexity in the logic and make the tool easier to update configuration settings in the future.

This issue will most likely be a pre-requisite for #53 #23 #22 #21 #16