校园网深澜认证登录,SRun 3000
./sdusrun login -u USERNAME -p PASSWORD -i IP [-s AUTH_SERVER_IP]
or read config from file
./sdusrun login -c config.json
config file template
{
"server": "http://202.194.15.87",
"users": [
{
"username": "",
"password": "",
"ip": ""
},
{
"username": "",
"password": "",
"ip": ""
}
]
}
if you need tls support, compile with feature tls
enabled.
GPL-3.0 License
Copyright (c) 2021 zu1k