xyanrch / overplus

Yet another proxy server that support trojan protocol and v protocol.
BSD 2-Clause "Simplified" License
176 stars 41 forks source link

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

Open darksideoftheshit opened 1 year ago

darksideoftheshit commented 1 year ago

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

xyanrch commented 1 year ago

同级目录下创建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 commented 1 year ago

多谢~