push to repo
This commit is contained in:
34
config.example.ini
Normal file
34
config.example.ini
Normal file
@@ -0,0 +1,34 @@
|
||||
[server:home]
|
||||
url = http://192.168.1.1:3000
|
||||
username = admin
|
||||
password = mypass
|
||||
|
||||
[server:office]
|
||||
url = http://10.0.0.1:3000
|
||||
username = admin
|
||||
password = secret123
|
||||
|
||||
[client:tv]
|
||||
ip = 192.168.1.101
|
||||
services = youtube.com, netflix.com
|
||||
schedule = whole
|
||||
|
||||
[client:tablet]
|
||||
ip = 192.168.1.102
|
||||
services = facebook.com, instagram.com
|
||||
schedule = custom:22-6
|
||||
|
||||
[client:child-pc]
|
||||
ip = 192.168.1.150
|
||||
services = steamcommunity.com, epicgames.com
|
||||
schedule = custom:8-20
|
||||
|
||||
[client:guest]
|
||||
ip = 192.168.1.200
|
||||
services = tiktok.com
|
||||
schedule = custom:0-0 ; zero godzin = nie blokuj
|
||||
|
||||
[client:office-laptop]
|
||||
ip = 10.0.0.55
|
||||
services = reddit.com, twitter.com
|
||||
schedule = whole
|
||||
Reference in New Issue
Block a user