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 socks5 #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

LLP2333
Copy link

@LLP2333 LLP2333 commented Jan 2, 2025

By default, the program will attempt to read the config.yml file from the directory where the compiled executable is located. If the file exists, it will set up a SOCKS5 proxy configuration.
Example configuration:

proxy:
  socks5: "127.0.0.1:20122"    # Replace with your actual proxy server address and port

I have tested this functionality on Windows 11, and it works correctly on this operating system.

(cherry picked from commit 30539e6)
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.

1 participant