https://github.com/uk0/xiaomi_pppoe_status
xiaomi pppoe status 获取公网ip(需要自己申请),配合ddns 进行上线。
https://github.com/uk0/xiaomi_pppoe_status
Last synced: about 2 months ago
JSON representation
xiaomi pppoe status 获取公网ip(需要自己申请),配合ddns 进行上线。
- Host: GitHub
- URL: https://github.com/uk0/xiaomi_pppoe_status
- Owner: uk0
- Created: 2025-01-29T06:25:02.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-29T14:38:20.000Z (4 months ago)
- Last Synced: 2025-03-24T12:06:17.589Z (about 2 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### cf-ddns and xiaomi pppoe ip
* 为什么直接使用路由器获取IP(是因为有的小伙伴包括我自己,是有openwrt的偶尔会出现服务器重启后,白名单没有生效的情况,那个时候获取的出口IP就是T的IP)
* 仅支持 `系统版本: 2.0.743 稳定版`

### install dep
* python 3.11
```bash
#
pip install requests```