在 Powershell 中执行以下命令安装
iwr https://raw.githubusercontent.com/neucn/ipgw/master/install.ps1 -useb | iex
在 shell 中执行以下命令安装
curl -fsSL https://raw.githubusercontent.com/neucn/ipgw/master/install.sh | sh
其他系统的同学请 clone 到本地后自行编译
须知:本项目的最初目的仅在于满足作者本人的日常使用,因此工具的输出文本中同时存在中英文。
欢迎有兴趣的同学提起 Pull Request 将输出文本统一为中文 😀
保存 ipgw 账号 (密码将被加密存储)
ipgw config account add -u "学号" -p "密码" --default
使用默认账号快速登录,需要先保存至少一个 ipgw 账号在本地
ipgw
快速登出
ipgw logout
查看校园网信息,如套餐详情、使用记录、扣费记录等
ipgw info -a
检测校园网连接状况
ipgw test
更新工具
ipgw update
更多命令及其可配置项请使用 ipgw help
与 ipgw help [command name]
查看