initial commit
This commit is contained in:
commit
e939a2439c
6 changed files with 82 additions and 0 deletions
8
config.json.example
Normal file
8
config.json.example
Normal 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" }
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue