initial commit

This commit is contained in:
Johannes Findeisen 2020-09-06 06:01:14 +02:00
commit e939a2439c
6 changed files with 82 additions and 0 deletions

8
config.json.example Normal file
View file

@ -0,0 +1,8 @@
{
"interval": 60,
"database": "uplink.sqlite3",
"uplinks": [
{ "provider": "Cable Provider", "ip": "192.168.0.1", "password": "1234" },
{ "provider": "DSL Provider", "ip": "192.168.1.1", "password": "1234" }
]
}