keweon

DNSCloak iOS keweonDOH Server

Feb 18th, 2020 (edited)
2,778
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. # keweonDNS @ DNSCloak (Config Edition v0.7)
  2. # Tested on iPhone iOS 14 (Beta)
  3. # Date: 2020-07-24
  4. # ————————————————————————————————————————
  5. # ————————————————————————————————————————
  6. #
  7. # v0.2
  8. # - Corrected some Settings
  9. # - fixed DNS stamps
  10. # - adjust cache settings
  11. #
  12. # v0.3
  13. # - Added virtual & physical instance
  14. # - removed IP address binding
  15. # - changed DNS Stamp to HA Address
  16. #
  17. # v0.4
  18. # - minor changes on the config
  19. # - adjusted cache settings
  20. # - added load balance option
  21. # - encreased the DNS response speed
  22. # - encreased cache size
  23. # - encreased cache time
  24. # (at the moment keweon can provide 1 update max. by day)
  25. #
  26. # v0.5
  27. # - added DNSCrypt Server (TEST SERVER)
  28. #
  29. # v0.6
  30. # - removed DNSCrypt Server entries
  31. #
  32. # v0.7
  33. # - added india.asecdns.com to default config
  34. #
  35. # ————————————————————————————————————————
  36. # ————————————————————————————————————————
  37. #
  38. # Go to config edit and paste this complete
  39. # Select keweonDOH Server and enjoy it
  40. #
  41. # This is the default DNSCloak config file
  42. # You may override or add any dnscrypt-proxy option
  43. # Custom lists & static servers are supported ;)
  44. #
  45. # PLEASE READ CAREFULLY:
  46. #
  47. # LISTEN_ADDRESSES: DNSCloak will force include
  48. # "127.0.0.1:53" and "[::1]:53"
  49. #
  50. # SOURCES: do not specify cache_file - DNSCloak will set
  51. # this property using source name ([sources.foobar] -> foobar.md)
  52. #
  53. # ALL LOGS: use UI or specify anything - DNSCloak will
  54. # override these properties with propper files
  55. #
  56. # ALL BLACKLISTS, CLOAKING, FORWARDING RULES: use UI
  57. # to pick rules files or to toggle these features
  58.  
  59.  
  60. listen_addresses = [ "127.0.0.1:53", "[::1]:53" ]
  61.  
  62. ipv4_servers = true
  63. ipv6_servers = true
  64.  
  65. max_clients = 350
  66. dnscrypt_servers = true
  67. doh_servers = true
  68.  
  69. require_dnssec = false
  70. require_nolog = false
  71. require_nofilter = false
  72. force_tcp = false
  73.  
  74. tls_disable_session_tickets = false
  75. dnscrypt_ephemeral_keys = false
  76. timeout = 2500
  77. cert_refresh_delay = 240
  78. block_ipv6 = false
  79.  
  80. cache = true
  81. cache_size = 10000
  82. cache_min_ttl = 900
  83. cache_max_ttl = 14400
  84. cache_neg_ttl = 10
  85.  
  86. # ————————————————————————————
  87. # keweonDNS Server as fallback
  88. # ————————————————————————————
  89. fallback_resolver = "213.239.212.148:53"
  90.  
  91. ignore_system_dns = true
  92.  
  93. log_files_max_size = 10
  94. log_files_max_age = 7
  95. log_files_max_backups = 1
  96.  
  97. netprobe_timeout = 1
  98. lb_strategy = 'fastest'
  99.  
  100. [static.'keweonDNS DoH (Physical)']
  101. stamp = 'sdns://AgIAAAAAAAAAAAARZG5zLmtld2Vvbi5jZW50ZXIHL25lYnVsbw'
  102.  
  103. [static.'keweonDNS DoH (Virtual)']
  104. stamp = 'sdns://AgIAAAAAAAAAAAAPZG9oLmFzZWNkbnMuY29tBy9uZWJ1bG8'
Add Comment
Please, Sign In to add comment