Guest User

Untitled

a guest
Apr 19th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.74 KB | None | 0 0
  1. Dec 3 08:34:18 nsauth1 pdns[12643]: Listening on controlsocket in '/var/run/pdns.controlsocket'
  2. Dec 3 08:34:18 nsauth1 pdns[12646]: Guardian is launching an instance
  3. Dec 3 08:34:18 nsauth1 pdns[12646]: Reading random entropy from '/dev/urandom'
  4. Dec 3 08:34:18 nsauth1 pdns[12646]: Unable to launch, no backends configured for querying
  5. Dec 3 08:34:19 nsauth1 pdns[12643]: Child requested a stop, exiting
  6.  
  7. /etc/pdns/pdns.conf
  8.  
  9. #############################################
  10. launch=gmysql
  11. gmysql-host=localhost
  12. gmysql-user=powerdns
  13. gmysql-password=PASSWORD
  14. gmysql-dbname=powerdns
  15. gmysql-socket=/var/lib/mysql/mysql.sock
  16. #############################################
  17.  
  18. setuid=pdns
  19. setgid=pdns
  20. # Autogenerated configuration file template
  21. #################################
  22. # allow-axfr-ips Allow zonetransfers only to these subnets
  23. #
  24. # allow-axfr-ips=0.0.0.0/0
  25.  
  26. #################################
  27. # allow-recursion List of subnets that are allowed to recurse
  28. #
  29. # allow-recursion=0.0.0.0/0
  30.  
  31. #################################
  32. # allow-recursion-override Set this so that local data fully overrides the recursor
  33. #
  34. # allow-recursion-override=no
  35.  
  36. #################################
  37. # cache-ttl Seconds to store packets in the PacketCache
  38. #
  39. # cache-ttl=20
  40.  
  41. #################################
  42. # chroot If set, chroot to this directory for more security
  43. #
  44. # chroot=
  45.  
  46. #################################
  47. # config-dir Location of configuration directory (pdns.conf)
  48. #
  49. # config-dir=/usr/local/etc
  50.  
  51. #################################
  52. # config-name Name of this virtual configuration - will rename the binary image
  53. #
  54. # config-name=
  55.  
  56. #################################
  57. # control-console Debugging switch - don't use
  58. #
  59. # control-console=no
  60.  
  61. #################################
  62. # daemon Operate as a daemon
  63. #
  64. # daemon=no
  65.  
  66. #################################
  67. # default-soa-name name to insert in the SOA record if none set in the backend
  68. #
  69. # default-soa-name=a.misconfigured.powerdns.server
  70.  
  71. #################################
  72. # default-ttl Seconds a result is valid if not set otherwise
  73. #
  74. # default-ttl=3600
  75.  
  76. #################################
  77. # disable-axfr Disable zonetransfers but do allow TCP queries
  78. #
  79. # disable-axfr=no
  80.  
  81. #################################
  82. # disable-tcp Do not listen to TCP queries
  83. #
  84. # disable-tcp=no
  85.  
  86. #################################
  87. # distributor-threads Default number of Distributor (backend) threads to start
  88. #
  89. # distributor-threads=3
  90.  
  91. #################################
  92. # do-ipv6-additional-processing Do AAAA additional processing
  93. #
  94. # do-ipv6-additional-processing=no
  95.  
  96. #################################
  97. # fancy-records Process URL and MBOXFW records
  98. #
  99. # fancy-records=no
  100.  
  101. #################################
  102. # guardian Run within a guardian process
  103. #
  104. # guardian=no
  105.  
  106. #################################
  107. # launch Which backends to launch and order to query them in
  108. #
  109. # launch=
  110.  
  111. #################################
  112. # lazy-recursion Only recurse if question cannot be answered locally
  113. #
  114. # lazy-recursion=yes
  115.  
  116. #################################
  117. # load-modules Load this module - supply absolute or relative path
  118. #
  119. # load-modules=
  120.  
  121. #################################
  122. # local-address Local IP addresses to which we bind
  123. #
  124. # local-address=0.0.0.0
  125.  
  126. #################################
  127. # local-ipv6 Local IP address to which we bind
  128. #
  129. # local-ipv6=
  130.  
  131. #################################
  132. # local-port The port on which we listen
  133. #
  134. # local-port=53
  135.  
  136. #################################
  137. # log-dns-details If PDNS should log DNS non-erroneous details
  138. #
  139. # log-dns-details=
  140.  
  141. #################################
  142. # log-failed-updates If PDNS should log failed update requests
  143. #
  144. # log-failed-updates=
  145.  
  146. #################################
  147. # logfile Logfile to use (Windows only)
  148. #
  149. # logfile=pdns.log
  150.  
  151. #################################
  152. # logging-facility Log under a specific facility
  153. #
  154. # logging-facility=
  155.  
  156. #################################
  157. # loglevel Amount of logging. Higher is more. Do not set below 3
  158. #
  159. # loglevel=4
  160.  
  161. #################################
  162. # master Act as a master
  163. #
  164. # master=no
  165.  
  166. #################################
  167. # max-queue-length Maximum queuelength before considering situation lost
  168. #
  169. # max-queue-length=5000
  170.  
  171. #################################
  172. # max-tcp-connections Maximum number of TCP connections
  173. #
  174. # max-tcp-connections=10
  175.  
  176. #################################
  177. # module-dir Default directory for modules
  178. #
  179. # module-dir=/usr/local/lib
  180.  
  181. #################################
  182. # negquery-cache-ttl Seconds to store packets in the PacketCache
  183. #
  184. # negquery-cache-ttl=60
  185.  
  186. #################################
  187. # no-shuffle Set this to prevent random shuffling of answers - for regression testing
  188. #
  189. # no-shuffle=off
  190.  
  191. #################################
  192. # out-of-zone-additional-processing Do out of zone additional processing
  193. #
  194. # out-of-zone-additional-processing=yes
  195.  
  196. #################################
  197. # pipebackend-abi-version Version of the pipe backend ABI
  198. #
  199. # pipebackend-abi-version=1
  200.  
  201. #################################
  202. # query-cache-ttl Seconds to store packets in the PacketCache
  203. #
  204. # query-cache-ttl=20
  205.  
  206. #################################
  207. # query-local-address Source IP address for sending queries
  208. #
  209. # query-local-address=
  210.  
  211. #################################
  212. # query-logging Hint backends that queries should be logged
  213. #
  214. # query-logging=no
  215.  
  216. #################################
  217. # queue-limit Maximum number of milliseconds to queue a query
  218. #
  219. # queue-limit=1500
  220.  
  221. #################################
  222. # recursive-cache-ttl Seconds to store packets in the PacketCache
  223. #
  224. # recursive-cache-ttl=10
  225.  
  226. #################################
  227. # recursor If recursion is desired, IP address of a recursing nameserver
  228. #
  229. # recursor=no
  230.  
  231. #################################
  232. # send-root-referral Send out old-fashioned root-referral instead of ServFail in case of no authority
  233. #
  234. # send-root-referral=no
  235.  
  236. #################################
  237. # setgid If set, change group id to this gid for more security
  238. #
  239. # setgid=
  240.  
  241. #################################
  242. # setuid If set, change user id to this uid for more security
  243. #
  244. # setuid=
  245.  
  246. #################################
  247. # skip-cname Do not perform CNAME indirection for each query
  248. #
  249. # skip-cname=no
  250.  
  251. #################################
  252. # slave Act as a slave
  253. #
  254. # slave=no
  255.  
  256. #################################
  257. # slave-cycle-interval Reschedule failed SOA serial checks once every .. seconds
  258. #
  259. # slave-cycle-interval=60
  260.  
  261. #################################
  262. # smtpredirector Our smtpredir MX host
  263. #
  264. # smtpredirector=a.misconfigured.powerdns.smtp.server
  265.  
  266. #################################
  267. # soa-expire-default Default SOA expire
  268. #
  269. # soa-expire-default=604800
  270.  
  271. #################################
  272. # soa-minimum-ttl Default SOA mininum ttl
  273. #
  274. # soa-minimum-ttl=3600
  275.  
  276. #################################
  277. # soa-refresh-default Default SOA refresh
  278. #
  279. # soa-refresh-default=10800
  280.  
  281. #################################
  282. # soa-retry-default Default SOA retry
  283. #
  284. # soa-retry-default=3600
  285.  
  286. #################################
  287. # soa-serial-offset Make sure that no SOA serial is less than this number
  288. #
  289. # soa-serial-offset=0
  290.  
  291. #################################
  292. # socket-dir Where the controlsocket will live
  293. #
  294. # socket-dir=/var/run
  295.  
  296. #################################
  297. # strict-rfc-axfrs Perform strictly rfc compliant axfrs (very slow)
  298. #
  299. # strict-rfc-axfrs=no
  300.  
  301. #################################
  302. # trusted-notification-proxy IP address of incoming notification proxy
  303. #
  304. # trusted-notification-proxy=
  305.  
  306. #################################
  307. # urlredirector Where we send hosts to that need to be url redirected
  308. #
  309. # urlredirector=127.0.0.1
  310.  
  311. #################################
  312. # use-logfile Use a log file (Windows only)
  313. #
  314. # use-logfile=no
  315.  
  316. #################################
  317. # version-string PowerDNS version in packets - full, anonymous, powerdns or custom
  318. #
  319. # version-string=full
  320.  
  321. #################################
  322. # webserver Start a webserver for monitoring
  323. #
  324. # webserver=no
  325.  
  326. #################################
  327. # webserver-address IP Address of webserver to listen on
  328. #
  329. # webserver-address=127.0.0.1
  330.  
  331. #################################
  332. # webserver-password Password required for accessing the webserver
  333. #
  334. # webserver-password=
  335.  
  336. #################################
  337. # webserver-port Port of webserver to listen on
  338. #
  339. # webserver-port=8081
  340.  
  341. #################################
  342. # webserver-print-arguments If the webserver should print arguments
  343. #
  344. # webserver-print-arguments=no
  345.  
  346. #################################
  347. # wildcard-url Process URL and MBOXFW records
  348. #
  349. # wildcard-url=no
  350.  
  351. #################################
  352. # wildcards Honor wildcards in the database
  353. #
  354. # wildcards=
Add Comment
Please, Sign In to add comment