gr.libredns.doh.json 461 B

123456789101112131415161718192021222324
  1. {
  2. "title": "LibreDNS (GR)",
  3. "template": "https://doh.libredns.gr/{option}",
  4. "bootstrap_dns": "116.202.176.26",
  5. "help_link": "https://libredns.gr/",
  6. "params": {
  7. "option": {
  8. "description": "Variant",
  9. "type": "select",
  10. "regex": "(ads|dns-query)",
  11. "options": [
  12. {
  13. "value": "ads",
  14. "description": "AdBlocking Filter"
  15. },
  16. {
  17. "value": "dns-query",
  18. "description": "Standard"
  19. }
  20. ],
  21. "default": "dns-query"
  22. }
  23. }
  24. }