https://github.com/memset0/zju-ddns
Dynamic DNS script for ZJU LAN
https://github.com/memset0/zju-ddns
Last synced: 8 months ago
JSON representation
Dynamic DNS script for ZJU LAN
- Host: GitHub
- URL: https://github.com/memset0/zju-ddns
- Owner: memset0
- License: mit
- Created: 2023-08-02T16:44:06.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-13T04:25:29.000Z (over 1 year ago)
- Last Synced: 2025-05-16T01:11:49.524Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZJU DDNS
Dynamic DNS script for the LAN of Zhejiang University, working with DNSPOD API v3.
为浙江大学局域网设计的动态 DNS 脚本,与 DNSPOD API v3 配合使用。
### Usage
太困了,明天补
### Configuration
#### secret
DNSPOD API 的 secret,请自行在腾讯云后台获取。
#### keyword
脚本用于检索 IPv4 连接的关键词,如果你使用学校的拨号上网工具,这项可以为 `SRun3K专用宽带拨号`,如果你使用 ZJU Connect 等第三方工具,这项应该为 `ZJUVPN` 或你自己设定的 VPN 名称。
具体查看方法为,在终端输入 `ipconfig` 指令,找到某个 `210/222.*.*.*` 的 IPv4 地址,查看其对应的链接名称。如果使用学校的拨号上网工具,这项可能为 `PPP 适配器 SRun3K专用宽带拨号连接`,如果使用 ZJU Connect 工具,这项可能为 `PPP 适配器 ZJUVPN`,只需要从中截取一个能唯一确定连接的关键词填入配置项即可。