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

Feature/#59 #70

Closed xunholy closed 5 years ago

xunholy commented 5 years ago

Done #59 (Defaults to YAML when saving and it the user did not provide a file type) Done #46 Done #25 (Profile must be in the HOME dir) Done #21 (Similar to #46 - just need to tie the output to read from the profile and output a readable response ) Done #16 (unset --all is working, still need to decide of start --all should be implemented)

jbrekelmans commented 5 years ago

Should prefix issues you want to close with this PR with "fixes"

xunholy commented 5 years ago

@jbrekelmans Yeah will do in future!

xunholy commented 5 years ago

Done #21 & #46

proxy config print

Will return a list of all proxy configuration from the viper instance

https://godoc.org/github.com/spf13/viper#AllSettings

lawrence501 commented 5 years ago

Need to update README with new commands and details such as where the proxy config is located (~/<config-name>)

xunholy commented 5 years ago

@maheshrayas This PR was "Completed" correct? Cant remember where we got to it.

maheshrayas commented 5 years ago

@maheshrayas This PR was "Completed" correct? Cant remember where we got to it.

I guess Jasper had some recommendation related to PID