diff --git a/dnscrypt-proxy/blacklist.txt b/dnscrypt-proxy/blacklist.txt index 2b06ff3b..7f3d2158 100644 --- a/dnscrypt-proxy/blacklist.txt +++ b/dnscrypt-proxy/blacklist.txt @@ -33,4 +33,5 @@ eth0.me ## Time-based rules -youtube.* @time-to-sleep +# *.youtube.* @time-to-sleep +# facebook.com @work diff --git a/dnscrypt-proxy/dnscrypt-proxy.toml b/dnscrypt-proxy/dnscrypt-proxy.toml index a0572d1d..d7b19ff3 100644 --- a/dnscrypt-proxy/dnscrypt-proxy.toml +++ b/dnscrypt-proxy/dnscrypt-proxy.toml @@ -331,18 +331,18 @@ cache_neg_ttl = 60 [schedules] - [schedules.'time-to-sleep'] - mon = [{after='21:00', before='7:00'}] - tue = [{after='21:00', before='7:00'}] - wed = [{after='21:00', before='7:00'}] - thu = [{after='21:00', before='7:00'}] - fri = [{after='23:00', before='7:00'}] - sat = [{after='23:00', before='7:00'}] - sun = [{after='21:00', before='7:00'}] + # [schedules.'time-to-sleep'] + # mon = [{after='21:00', before='7:00'}] + # tue = [{after='21:00', before='7:00'}] + # wed = [{after='21:00', before='7:00'}] + # thu = [{after='21:00', before='7:00'}] + # fri = [{after='23:00', before='7:00'}] + # sat = [{after='23:00', before='7:00'}] + # sun = [{after='21:00', before='7:00'}] - [schedule.'work'] - mon = [{after='9:00', before='18:00'}] - tue = [{after='9:00', before='18:00'}] - wed = [{after='9:00', before='18:00'}] - thu = [{after='9:00', before='18:00'}] - fri = [{after='9:00', before='17:00'}] + # [schedule.'work'] + # mon = [{after='9:00', before='18:00'}] + # tue = [{after='9:00', before='18:00'}] + # wed = [{after='9:00', before='18:00'}] + # thu = [{after='9:00', before='18:00'}] + # fri = [{after='9:00', before='17:00'}]