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

Windows客户端可以保存配置吗? #12

Open
darksideoftheshit opened this issue Nov 13, 2022 · 2 comments
Open

Windows客户端可以保存配置吗? #12

darksideoftheshit opened this issue Nov 13, 2022 · 2 comments

Comments

@darksideoftheshit
Copy link

我现在每次运行都是把参数粘贴到GUI,请问有办法可以保存下来,下次运行时自动读取吗?谢谢

@darksideoftheshit darksideoftheshit changed the title Windows客户端可以保存配置吗?W0J1uQuN1M@D1GFW! Windows客户端可以保存配置吗? Nov 13, 2022
@xyanrch
Copy link
Owner

xyanrch commented Nov 13, 2022

同级目录下创建client.json 配置文件即可。
{
"run_type": "client",
"local_addr": "127.0.0.1",
"local_port": "1080",
"remote_addr": "remote_server",
"remote_port": "remote_port",
"user_name":"",
"password": "password"
}

@darksideoftheshit
Copy link
Author

多谢~

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

No branches or pull requests

2 participants