Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2019
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.73 KB | None | 0 0
  1. stubby -C /etc/stubby.yml -i
  2. [11:54:59.326874] STUBBY: Read config from file /etc/stubby.yml
  3. {
  4. "all_context":
  5. {
  6. "add_warning_for_bad_dns": GETDNS_EXTENSION_FALSE,
  7. "appdata_dir": <bindata of "/var/tmp/stubby/">,
  8. "append_name": GETDNS_APPEND_NAME_TO_SINGLE_LABEL_FIRST,
  9. "dns_transport_list":
  10. [
  11. GETDNS_TRANSPORT_TLS
  12. ],
  13. "dnssec": GETDNS_EXTENSION_FALSE,
  14. "dnssec_allowed_skew": 0,
  15. "dnssec_return_all_statuses": GETDNS_EXTENSION_FALSE,
  16. "dnssec_return_full_validation_chain": GETDNS_EXTENSION_FALSE,
  17. "dnssec_return_only_secure": GETDNS_EXTENSION_FALSE,
  18. "dnssec_return_status": GETDNS_EXTENSION_FALSE,
  19. "dnssec_return_validation_chain": GETDNS_EXTENSION_FALSE,
  20. "edns_client_subnet_private": 1,
  21. "edns_cookies": GETDNS_EXTENSION_FALSE,
  22. "edns_do_bit": 0,
  23. "edns_extended_rcode": 0,
  24. "edns_version": 0,
  25. "follow_redirects": GETDNS_REDIRECTS_FOLLOW,
  26. "hosts": <bindata of "/etc/hosts">,
  27. "idle_timeout": 10000,
  28. "limit_outstanding_queries": 0,
  29. "max_backoff_value": 1000,
  30. "namespaces":
  31. [
  32. GETDNS_NAMESPACE_LOCALNAMES,
  33. GETDNS_NAMESPACE_DNS
  34. ],
  35. "resolution_type": GETDNS_RESOLUTION_STUB,
  36. "resolvconf": <bindata of "/etc/resolv.conf">,
  37. "return_both_v4_and_v6": GETDNS_EXTENSION_FALSE,
  38. "return_call_reporting": GETDNS_EXTENSION_FALSE,
  39. "round_robin_upstreams": 0,
  40. "specify_class": 1,
  41. "suffix": [],
  42. "timeout": 3000,
  43. "tls_authentication": GETDNS_AUTHENTICATION_REQUIRED,
  44. "tls_backoff_time": 900,
  45. "tls_ca_file": <bindata of "/rom/ca-bundle.crt">,
  46. "tls_cipher_list": <bindata of "EECDH+AESGCM:EECDH+CHACHA20">,
  47. "tls_ciphersuites": <bindata of "TLS_AES_128_GCM_SHA256:TLS_AES_2"...>,
  48. "tls_connection_retries": 5,
  49. "tls_min_version": GETDNS_TLS1_2,
  50. "tls_query_padding_blocksize": 128,
  51. "trust_anchors_backoff_time": 2500,
  52. "trust_anchors_url": <bindata of "http://data.iana.org/root-anchor"...>,
  53. "trust_anchors_verify_CA": <bindata of 0x2d2d2d2d2d424547494e204345525449...>,
  54. "trust_anchors_verify_email": <bindata of "dnssec@iana.org">,
  55. "upstream_recursive_servers":
  56. [
  57. {
  58. "address_data": <bindata for 1.1.1.1>,
  59. "address_type": <bindata of "IPv4">,
  60. "tls_auth_name": <bindata of "cloudflare-dns.com">
  61. },
  62. {
  63. "address_data": <bindata for 1.0.0.1>,
  64. "address_type": <bindata of "IPv4">,
  65. "tls_auth_name": <bindata of "cloudflare-dns.com">
  66. }
  67. ]
  68. },
  69. "api_version_number": 132058112,
  70. "api_version_string": <bindata of "December 2015">,
  71. "compilation_comment": <bindata of "getdns 1.5.2 configured on 2019-"...>,
  72. "default_hosts_location": <bindata of "/etc/hosts">,
  73. "default_resolvconf_location": <bindata of "/etc/resolv.conf">,
  74. "default_trust_anchor_location": <bindata of "/etc/unbound/getdns-root.key">,
  75. "implementation_string": <bindata of "https://getdnsapi.net">,
  76. "listen_addresses":
  77. [
  78. {
  79. "address_data": <bindata for 127.0.0.1>,
  80. "address_type": <bindata of "IPv4">,
  81. "port": 5453
  82. }
  83. ],
  84. "openssl_build_version_number": 269488207,
  85. "openssl_built_on": <bindata of "built on: Sun Oct 20 22:14:07 20"...>,
  86. "openssl_cflags": <bindata of "compiler: arm-brcm-linux-uclibcg"...>,
  87. "openssl_dir": <bindata of "OPENSSLDIR: "/etc"">,
  88. "openssl_engines_dir": <bindata of "ENGINESDIR: "/usr/lib/engines-1."...>,
  89. "openssl_platform": <bindata of "platform: linux-armv4">,
  90. "openssl_version_number": 269488207,
  91. "openssl_version_string": <bindata of "OpenSSL 1.1.1d 10 Sep 2019">,
  92. "resolution_type": GETDNS_RESOLUTION_STUB,
  93. "version_number": 17105408,
  94. "version_string": <bindata of "1.5.2">
  95. }
  96. Result: Config file syntax is valid.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement