Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support proxy setting in config #60

Merged
merged 1 commit into from
Feb 27, 2020
Merged

Support proxy setting in config #60

merged 1 commit into from
Feb 27, 2020

Conversation

Tribleave
Copy link
Contributor

@Tribleave Tribleave commented Feb 27, 2020

As mentioned in #55, proxy setting in config now supported. User can set http/https/socks5 proxy in an additional config selection. Due to safety concerns, proxy with username and password is not supported.
A minor version updating is also conducted because of the new feature.

@Tribleave Tribleave changed the title Support proxy setting in config. See #55 Support proxy setting in config Feb 27, 2020
@xalanq
Copy link
Owner

xalanq commented Feb 27, 2020

Maybe the proxy url could be stored in configuration file?

@Tribleave
Copy link
Contributor Author

Yep, current proxy url is stored in ~/.cfsession file.

@xalanq
Copy link
Owner

xalanq commented Feb 27, 2020

Yep, current proxy url is stored in ~/.cfsession file.

I knew. But I suggest you store it in ~/.cfconfig

@Tribleave
Copy link
Contributor Author

Oh, I see. Since the host setting is stored in ~/cfsession file, I decided to put proxy URL in it when implementing. However, the proxy setting is about network connection, and I think this way seems more natural and more convenient.

@xalanq xalanq merged commit e3546a6 into xalanq:master Feb 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants