https://github.com/continuous-x/routerlist
router collection for automations
https://github.com/continuous-x/routerlist
Last synced: 3 months ago
JSON representation
router collection for automations
- Host: GitHub
- URL: https://github.com/continuous-x/routerlist
- Owner: Continuous-X
- Created: 2020-08-23T17:54:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-23T19:47:39.000Z (almost 5 years ago)
- Last Synced: 2025-01-29T02:46:41.091Z (4 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# routerlist
router and port collection for automations## Format router list
```json
{
"routers": [
{
"producername": [
{
"modem": "modemname",
"ip": "ip adress",
"dns": "router dns",
"username": "default username",
"password": "default password"
}
]
}
]
}
```## Format port list
```json
{
"portlist": [
{
"servicename": {
"ports": ["12345"],
"description": "service description",
"TCP": true,
"UDP": true
}
}
]
}
```