-
Notifications
You must be signed in to change notification settings - Fork 269
可用学校列表
以下是已经可以使用的大学列表,以及需要作出的修改(排名不分先后),这个列表来源于群的反馈和我的邮箱。
没注明修改方法的都可以直接使用对应版本
部分学校归档到 custom目录。
转到 https://github.com/drcoms/drcom-generic/blob/master/custom/Drcom_LYU.py
修改参考 https://github.com/drcoms/HC5661-1s-patch/issues/1
主代码已做修改,可以直接使用
电信(P):latest-pppoe.py
server = '61.187.89.38'
pppoe_flag = '\x00'
keep_alive2_flag = '\xd8'
联通(D):长沙联通.py
server = '172.19.16.2'
dhcp_server = '0.0.0.0'
需要将
ppp_flag
和keep_alive2_flag
改为 `\xd8'
请使用定制版 https://github.com/drcoms/generic/blob/master/custom/长沙联通.py
新校区可用,心跳包如下:
server = '192.168.255.249'
username = '2016070705**'
password = '********'
CONTROLCHECKSTATUS = '\x20'
ADAPTERNUM = '\x07'
host_ip = '10.29.6.70' #本机IP
IPDOG = '\x01'
host_name = 'openwrt'
PRIMARY_DNS = '10.200.4.1'
dhcp_server = '10.29.6.254' #网关地址
AUTH_VERSION = '\x0a\x00'
mac = 0xbcadawdv #mac地址前加0x
host_os = 'Linux'
KEEP_ALIVE_VERSION = '\xdc\x02'
2018年3月20更新:
可以参考校友的破解教程https://www.kancloud.cn/ghw1996/router-teaching/472384 心跳配置如下
server = '172.18.0.3'
pppoe_flag = '\x21'
keep_alive2_flag = '\xdc'
老校区可用,心跳包信息如下:
server = '172.18.0.7'
pppoe_flag = '\x2e'
keep_alive2_flag = '\xdc'
建议使用该校的 https://github.com/coverxit/EasyDrcom 项目
也可以使用 python 版 https://github.com/drcoms/drcom8021x
请在
drcom8021x
项目中把main.py
中的need_drcom = True
改为need_drcom = False
这个之前我记得是有人解决过的,所以暂时归类在已解决范畴。
可能需要对程序进行有限的修改
server = '218.204.70.221'
pppoe_flag = '\x2d'
keep_alive2_flag = '\xdc'
PPPoE的账号需要在后面加上:@cmcc
AUTH_VERSION='\x2b\x00' # 201609183版,建议设置为足够大(如7f,ff)来避开官方更新后老版本不可用限制
KEEP_ALIVE_VERSION='\xdc\x02'
CONTROLCHECKSTATUS='\x20'
ADAPTERNUM='\x03'
IPDOG='\x01'
可以直接使用D版,无需Patch
见master分支下文件 (Contributor: @feilongfl)
@feilongfl Updated:
由于校园网络升级,原有dr.com程序不再维护 中国民航大学的朋友请转移到 https://gist.github.com/feilongfl/d6c6c7b09a574e7f105b8a458f773d63/raw/7521f0d6fe1cfa1fa069e64455d59212a8ca5c8b/dr.fish
server = '10.151.0.254'
pppoe_flag = '\x2a'
keep_alive2_flag = '\xdc'
https://github.com/drcoms/drcom-generic/blob/master/custom/Drcom_SWUPL.py (Contributor: [email protected])
server = '172.26.0.2'
username = '151xxxxx'
password = '123456'
CONTROLCHECKSTATUS = '\x20'
ADAPTERNUM = '\x04'
host_ip = '172.25.32.249'
IPDOG = '\x01'
host_name = 'GILIGILIEYE'
PRIMARY_DNS = '172.26.2.8'
dhcp_server = '172.26.2.8'
AUTH_VERSION = '\x1f\x00'
mac = 0xaabbccddeeff
host_os = 'Windows NT 10.0'
KEEP_ALIVE_VERSION = '\xdc\x02'
ror_version = False
server = '192.168.0.2'
username = '151xxxxx'
password = '123456'
CONTROLCHECKSTATUS = '\x20'
ADAPTERNUM = '\x03'
host_ip = '172.19.5.249'
IPDOG = '\x01'
host_name = 'GILIGILIEYE'
PRIMARY_DNS = '192.168.1.2'
dhcp_server = '192.168.1.2'
AUTH_VERSION = '\x2e\x00'
mac = 0xaabbccddeeff
host_os = 'Windows NT 10.0'
KEEP_ALIVE_VERSION = '\xdc\x02'
ror_version = False
server = '172.16.8.10'
username='0402150108'
password=''
CONTROLCHECKSTATUS = '\x20'
ADAPTERNUM = '\x01'
host_ip = '172.18.17.81'
IPDOG = '\x01'
host_name = 'GILIGILIEYE'
PRIMARY_DNS = '172.16.10.35'
dhcp_server = '172.18.17.10'
AUTH_VERSION = '\x2b\x00'
mac = 0x7427ea28afe1
host_os = 'NOTE7'
KEEP_ALIVE_VERSION = '\xdc\x02'
ror_version = False
server = '172.30.1.80'
pppoe_flag = '\x2a'
keep_alive2_flag = '\xdc'
server = '192.168.167.42'
pppoe_flag = '\x2f'
keep_alive2_flag = '\xdc'
学校对设备共享进行限制,同一账号下只能有同类型设备(例如多台电脑)
server = '10.254.253.250'
username = '你的上网账号'
password = '你的上网密码'
CONTROLCHECKSTATUS = '\x20'
ADAPTERNUM = '\x08'
host_ip = '10.99.248.235'
IPDOG = '\x01'
host_name = 'fuyumi'
PRIMARY_DNS = '10.0.0.16'
dhcp_server = '10.0.0.28'
AUTH_VERSION = '\x2c\x00'
mac = 0x你的mac地址小写
host_os = 'Windows 10'
KEEP_ALIVE_VERSION = '\xdc\x02'
ror_version = False
//By SmartAsMe 19移动 NOV 13 2020
新校区可用 目前仅支持无线 https://github.com/fr33t/drcom_xzmu_wireless.py