lot of changes and improvements. new features but not all completed but the code works

This commit is contained in:
Johannes Findeisen 2020-09-10 03:07:29 +02:00
commit 261d4fabfc
3 changed files with 83 additions and 35 deletions

View file

@ -1,7 +1,12 @@
{
"interval": 60,
"database_type": "sqlite3",
"database": "./uplink.sqlite3",
"cron_mode": false,
"database_host": "",
"database_user": "",
"database_password": "",
"cron": false,
"daemon": false,
"uplinks": [
{ "provider": "Cable Provider", "ip": "192.168.0.1", "password": "1234" },
{ "provider": "DSL Provider", "ip": "192.168.1.1", "password": "1234" }