An open API service indexing awesome lists of open source software.

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

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
}
}
]
}
```