Skip to content

调用 ZZU.Py 实现的郑州大学校园网多拨认证工具

License

Notifications You must be signed in to change notification settings

Illustar0/ZZUPortalAuther

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZZUPortalAuther

调用 ZZU.Py 实现的郑州大学校园网多拨认证工具

Getting Started

# 如果你正在使用 Openwrt,记得先使用 opkg 来安装 psutil
# opkg install python3-psutil
pip install zzupy psutil
python ZZUPortalAuther.py
# 如果你正在使用 mwan3,请在认证前停用它
# 接下来,crontab 会很有用

Config

[accounts.one]
usercode="YourAccount"
password="YourPassword"
isp="campus"
interfaces=[ "macvlan1","macvlan2","macvlan3","macvlan4" ]
[accounts.two]
usercode="YourAccount"
password="YourPassword"
isp="cm"
interfaces=[ "macvlan5","macvlan6","macvlan7","macvlan8" ]

Done & To Do

  • 多账号支持
  • 多运营商支持

碎碎念

移动宽带为多终端共享带宽,多拨已无实际作用 后续(可能)接入的电信和联通宽带大抵也是这种模式

License

License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)

About

调用 ZZU.Py 实现的郑州大学校园网多拨认证工具

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages