mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
9 lines
292 B
Lua
9 lines
292 B
Lua
|
return {
|
||
|
name = "CleanBrowsing-Family",
|
||
|
label = _("CleanBrowsing (Family Filter)"),
|
||
|
resolver_url = "https://doh.cleanbrowsing.org/doh/family-filter/",
|
||
|
bootstrap_dns = "185.228.168.168",
|
||
|
help_link = "https://cleanbrowsing.org/guides/dnsoverhttps",
|
||
|
help_link_text = "CleanBrowsing.org"
|
||
|
}
|