Skip to content
/ srun Public

srun 深澜认证登录,超轻量、多平台,支持多拨、自动探测IP、指定网卡

License

Notifications You must be signed in to change notification settings

zu1k/srun

Repository files navigation

SDUSRun

GitHub stars GitHub forks GitHub issues Build GitHub license

校园网深澜认证登录,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.

License

GPL-3.0 License

Copyright (c) 2021 zu1k