bind9.yml 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653
  1. ---
  2. # To update DNSSEC keys, see https://www.isc.org/bind-keys
  3. bind:
  4. dnssec_policies:
  5. - name: standard
  6. ttl: 3600
  7. keys:
  8. - type: ksk
  9. lifetime: unlimited
  10. algorithm: ED25519
  11. - type: zsk
  12. lifetime: unlimited
  13. algorithm: ED25519
  14. - name: noed25519
  15. ttl: 3600
  16. keys:
  17. - type: ksk
  18. lifetime: unlimited
  19. algorithm: RSASHA256
  20. - type: ksk
  21. lifetime: unlimited
  22. algorithm: ECDSAP384SHA384
  23. - type: zsk
  24. lifetime: unlimited
  25. algorithm: RSASHA256
  26. - type: zsk
  27. lifetime: unlimited
  28. algorithm: ECDSAP384SHA384
  29. logging:
  30. channel:
  31. print_time: true
  32. print_category: true
  33. print_severity: true
  34. severity: info
  35. others:
  36. - syslog daemon
  37. categories:
  38. - resolver
  39. - default
  40. - client
  41. - config
  42. - unmatched
  43. - dispatch
  44. - database
  45. - security
  46. - rate-limit
  47. - dnssec
  48. - general
  49. options:
  50. directory: "/var/cache/bind"
  51. recursion: true
  52. allow_recursion:
  53. - 127.0.0.1
  54. allow_query:
  55. - 127.0.0.1
  56. - 172.31.0.5
  57. - 172.22.149.226
  58. - 172.22.149.227
  59. - 172.22.149.232
  60. - key transfer_key
  61. allow_transfer:
  62. - key transfer_key
  63. - 127.0.0.1
  64. also_notify:
  65. - 172.22.149.226 port 5353
  66. - 172.22.149.227 port 5353
  67. - 172.22.149.232 port 5353
  68. dnssec_validation: auto
  69. validate_except:
  70. - ff3l
  71. - fffd
  72. - fftr
  73. - ffhl
  74. port: 5353
  75. listen_on:
  76. - any
  77. servers:
  78. - server: 172.22.149.225
  79. keys:
  80. - transfer_key
  81. - server: 172.31.0.5
  82. keys:
  83. - mark22k_hack
  84. keys:
  85. - name: transfer_key
  86. algorithm: hmac-sha512
  87. secret: !vault |
  88. $ANSIBLE_VAULT;1.1;AES256
  89. 64643966386533336163363338663333643033633035663265393266333564323062313266363661
  90. 6662313134613662623063623362626662346363623765620a643239396662333533383535613765
  91. 34333631636338353139643163653261653461616165343761393364396462343733346465633463
  92. 6666366535366631350a343232643764343433376261376239333439393931646566613934666533
  93. 30393533356139396666356466643038656566613739666664633433656163303865396332616533
  94. 66316636363931663335636661656365633939313065663632383665353661623764666563666565
  95. 31653861316539326531396161323365333739633833363039663462313335316663376666373234
  96. 63393764386661363837393432653361613666636239366433366562653963333966313563303939
  97. 6630
  98. - name: mark22k_hack
  99. algorithm: hmac-sha256
  100. secret: !vault |
  101. $ANSIBLE_VAULT;1.1;AES256
  102. 32383331393737623961373666396532376263636566333863393961386339666332313061303462
  103. 3362323662323164616334383564373237626436383030390a616261313163396633383033653664
  104. 65663232663464663232363866633961663332376534373835336465363638663365666236373366
  105. 6134663938333264660a653433373866383332353735393663643437336632396465306531353962
  106. 35346238336530336366353665633832326330653931666134353835316137356630643136336162
  107. 6263383664623262323636313237663438313337313530353861
  108. zones:
  109. # Own zones
  110. ## Clearnet
  111. - zone: mk16.de.
  112. type: master
  113. file: "/var/cache/bind/zones/db.mk16.de"
  114. key_directory: "/var/cache/bind/keys/"
  115. dnssec: true
  116. dnssec_policy: noed25519
  117. - zone: dn42-lab.de.
  118. type: master
  119. file: "/var/cache/bind/zones/db.dn42-lab.de"
  120. key_directory: "/var/cache/bind/keys/"
  121. dnssec: true
  122. dnssec_policy: noed25519
  123. - zone: byeob.de.
  124. type: master
  125. file: "/var/cache/bind/zones/db.byeob.de"
  126. key_directory: "/var/cache/bind/keys/"
  127. dnssec: true
  128. dnssec_policy: noed25519
  129. - zone: p2p-node.de.
  130. type: master
  131. file: "/var/cache/bind/zones/db.p2p-node.de"
  132. key_directory: "/var/cache/bind/keys/"
  133. dnssec: true
  134. dnssec_policy: noed25519
  135. - zone: p2p-router.de.
  136. type: master
  137. file: "/var/cache/bind/zones/db.p2p-router.de"
  138. key_directory: "/var/cache/bind/keys/"
  139. dnssec: true
  140. dnssec_policy: noed25519
  141. - zone: i2phides.me.
  142. type: master
  143. file: "/var/cache/bind/zones/db.i2phides.me"
  144. key_directory: "/var/cache/bind/keys/"
  145. dnssec: true
  146. dnssec_policy: noed25519
  147. - zone: crxn.de.
  148. type: master
  149. file: "/var/cache/bind/zones/db.crxn.de"
  150. key_directory: "/var/cache/bind/keys/"
  151. dnssec: true
  152. dnssec_policy: noed25519
  153. ## dn42
  154. - zone: bandura.dn42.
  155. type: master
  156. file: "/var/cache/bind/zones/db.bandura.dn42"
  157. key_directory: "/var/cache/bind/keys/"
  158. dnssec: true
  159. dnssec_policy: standard
  160. - zone: 224/27.149.22.172.in-addr.arpa.
  161. type: master
  162. file: "/var/cache/bind/zones/db.172.22.149_27"
  163. key_directory: "/var/cache/bind/keys/"
  164. dnssec: true
  165. dnssec_policy: standard
  166. - zone: 112/28.149.22.172.in-addr.arpa.
  167. type: master
  168. file: "/var/cache/bind/zones/db.172.22.149.112_28"
  169. key_directory: "/var/cache/bind/keys/"
  170. dnssec: true
  171. dnssec_policy: standard
  172. - zone: 1.3.c.f.e.4.3.2.4.0.d.f.ip6.arpa.
  173. type: master
  174. file: "/var/cache/bind/zones/db.fd04:234e:fc31::"
  175. key_directory: "/var/cache/bind/keys/"
  176. dnssec: true
  177. dnssec_policy: standard
  178. ## NeoNetwork
  179. - zone: bandura.neo.
  180. type: master
  181. file: "/var/cache/bind/zones/db.bandura.neo"
  182. key_directory: "/var/cache/bind/keys/"
  183. dnssec: true
  184. dnssec_policy: standard
  185. - zone: 149.127.10.in-addr.arpa.
  186. type: master
  187. file: "/var/cache/bind/zones/db.10.127.149"
  188. key_directory: "/var/cache/bind/keys/"
  189. dnssec: true
  190. dnssec_policy: standard
  191. - zone: 1.3.c.f.7.2.1.0.0.1.d.f.ip6.arpa.
  192. type: master
  193. file: "/var/cache/bind/zones/db.fd10:127:fc31::"
  194. key_directory: "/var/cache/bind/keys/"
  195. dnssec: true
  196. dnssec_policy: standard
  197. ## CRXN
  198. - zone: bandura.crxn.
  199. type: master
  200. file: "/var/cache/bind/zones/db.bandura.crxn"
  201. key_directory: "/var/cache/bind/keys/"
  202. dnssec: true
  203. dnssec_policy: standard
  204. - zone: docs.crxn.
  205. type: master
  206. file: "/var/cache/bind/zones/db.docs.crxn"
  207. key_directory: "/var/cache/bind/keys/"
  208. dnssec: true
  209. dnssec_policy: standard
  210. - zone: 2.b.2.0.6.b.8.5.2.9.d.f.ip6.arpa.
  211. type: master
  212. file: "/var/cache/bind/zones/db.fd92:58b6:2b2::_48"
  213. key_directory: "/var/cache/bind/keys/"
  214. dnssec: true
  215. dnssec_policy: standard
  216. - zone: 6.6.6.2.7.3.e.3.c.5.d.f.ip6.arpa.
  217. type: master
  218. file: "/var/cache/bind/zones/db.fd5c:3e37:2666::_48"
  219. key_directory: "/var/cache/bind/keys/"
  220. dnssec: true
  221. dnssec_policy: standard
  222. # myip.dn42
  223. - zone: myip.dn42.
  224. type: master
  225. file: "/var/cache/bind/zones/db.myip.dn42"
  226. - zone: 81/32.0.20.172.in-addr.arpa.
  227. type: master
  228. file: "/var/cache/bind/zones/db.172.20.0.81_32"
  229. - zone: 1.8.0.0.2.4.d.0.2.4.d.0.2.4.d.f.ip6.arpa.
  230. type: master
  231. file: "/var/cache/bind/zones/db.fd42:d42:d42:81::"
  232. # CRXN root
  233. - zone: crxn.
  234. type: master
  235. file: "/var/cache/bind/zones/db.crxn-root"
  236. key_directory: "/var/cache/bind/keys/crxn/"
  237. dnssec: true
  238. dnssec_policy: standard
  239. # Hack root
  240. - zone: hack.
  241. type: slave
  242. file: "/var/cache/bind/zones/hack/hack-root"
  243. masters:
  244. - 172.31.0.5 port 53
  245. - zone: 31.172.in-addr.arpa.
  246. type: slave
  247. file: "/var/cache/bind/zones/hack/172.31-root"
  248. masters:
  249. - 172.31.0.5 port 53
  250. - zone: 100.10.in-addr.arpa.
  251. type: slave
  252. file: "/var/cache/bind/zones/hack/10.100-root"
  253. masters:
  254. - 172.31.0.5 port 53
  255. - zone: 101.10.in-addr.arpa.
  256. type: slave
  257. file: "/var/cache/bind/zones/hack/10.101-root"
  258. masters:
  259. - 172.31.0.5 port 53
  260. - zone: 102.10.in-addr.arpa.
  261. type: slave
  262. file: "/var/cache/bind/zones/hack/10.102-root"
  263. masters:
  264. - 172.31.0.5 port 53
  265. - zone: 103.10.in-addr.arpa.
  266. type: slave
  267. file: "/var/cache/bind/zones/hack/10.103-root"
  268. masters:
  269. - 172.31.0.5 port 53
  270. # NeoNetwork root
  271. - zone: neo.
  272. type: master
  273. file: "/var/cache/bind/zones/db.neo-root"
  274. key_directory: "/var/cache/bind/keys/nn/"
  275. dnssec: true
  276. dnssec_policy: standard
  277. - zone: 127.10.in-addr.arpa.
  278. type: master
  279. file: "/var/cache/bind/zones/db.10.127.0.0_16"
  280. key_directory: "/var/cache/bind/keys/nn/"
  281. dnssec: true
  282. dnssec_policy: standard
  283. - zone: 7.2.1.0.0.1.d.f.ip6.arpa.
  284. type: master
  285. file: "/var/cache/bind/zones/db.fd10:127::_32"
  286. key_directory: "/var/cache/bind/keys/nn/"
  287. dnssec: true
  288. dnssec_policy: standard
  289. # dn42 root
  290. - zone: dn42.
  291. type: stub
  292. masters:
  293. - fd42:180:3de0:30::1 port 53
  294. - fd42:180:3de0:10:5054:ff:fe87:ea39 port 53
  295. - zone: 20.172.in-addr.arpa.
  296. type: stub
  297. masters:
  298. - fd42:180:3de0:30::1 port 53
  299. - fd42:180:3de0:10:5054:ff:fe87:ea39 port 53
  300. - zone: 21.172.in-addr.arpa.
  301. type: stub
  302. masters:
  303. - fd42:180:3de0:30::1 port 53
  304. - fd42:180:3de0:10:5054:ff:fe87:ea39 port 53
  305. - zone: 22.172.in-addr.arpa.
  306. type: stub
  307. masters:
  308. - fd42:180:3de0:30::1 port 53
  309. - fd42:180:3de0:10:5054:ff:fe87:ea39 port 53
  310. - zone: 23.172.in-addr.arpa.
  311. type: stub
  312. masters:
  313. - fd42:180:3de0:30::1 port 53
  314. - fd42:180:3de0:10:5054:ff:fe87:ea39 port 53
  315. - zone: 10.in-addr.arpa.
  316. type: stub
  317. masters:
  318. - fd42:180:3de0:30::1 port 53
  319. - fd42:180:3de0:10:5054:ff:fe87:ea39 port 53
  320. - zone: d.f.ip6.arpa.
  321. type: stub
  322. masters:
  323. - fd42:180:3de0:30::1 port 53
  324. - fd42:180:3de0:10:5054:ff:fe87:ea39 port 53
  325. # Freifunk zones
  326. - zone: ff3l.
  327. type: stub
  328. masters:
  329. - 10.119.0.5 port 53
  330. - 10.119.0.4 port 53
  331. - 10.119.0.10 port 53
  332. - fdc7:3c9d:b889:a272::5 port 53
  333. - fdc7:3c9d:b889:a272::4 port 53
  334. - fdc7:3c9d:b889:a272::a port 53
  335. - zone: fffd.
  336. type: stub
  337. masters:
  338. - 10.185.0.1 port 53
  339. - 10.185.0.2 port 53
  340. - 10.185.0.4 port 53
  341. - fd00:65a8:93a4::1 port 53
  342. - fd00:65a8:93a4::2 port 53
  343. - fd00:65a8:93a4::4 port 53
  344. - zone: fftr.
  345. type: stub
  346. masters:
  347. - 10.172.0.14 port 53
  348. - 10.172.0.16 port 53
  349. - 2001:bf7:fc0f::14 port 53
  350. - 2001:bf7:fc0f::16 port 53
  351. - zone: ffhl.
  352. type: stub
  353. masters:
  354. - fdef:ffc0:3dd7::801 port 53
  355. - fdef:ffc0:3dd7::a01 port 53
  356. - fdef:ffc0:3dd7::c01 port 53
  357. - fdef:ffc0:3dd7::e01 port 53
  358. - 10.130.0.252 port 53
  359. - 10.130.0.253 port 53
  360. - 10.130.0.254 port 53
  361. - 10.130.0.255 port 53
  362. zone_files:
  363. settings:
  364. refresh: 3h
  365. retry: 1h
  366. expire: 1w
  367. negative_cache: 1h
  368. zones:
  369. - zone_file: db.mk16.de
  370. ttl: 3600
  371. soa:
  372. master: n1.mk16.de.
  373. mail: hostmaster.mk16.de.
  374. records:
  375. "@":
  376. ns:
  377. - n1
  378. - n2
  379. - n3
  380. - n4
  381. - n5
  382. a: 5.45.109.122
  383. aaaa: 2a03:4000:6:2784::1
  384. caa:
  385. - 1 issue "letsencrypt.org;accounturi=https://acme-v02.api.letsencrypt.org/acme/acct/502687250"
  386. - 1 iodef "mailto:caa@mk16.de"
  387. txt:
  388. - "v=spf1 mx a include:_spf.webhosting.systems ~all"
  389. - "openpgp4fpr:9aa28159fceb3cd83bc212017e869146699108c7"
  390. mx: 10 mxe87b.netcup.net.
  391. n1:
  392. a: 5.45.109.122
  393. aaaa: 2a03:4000:6:2784::1
  394. n2:
  395. a: 5.252.226.123
  396. aaaa: 2a03:4000:40:ad::1
  397. n3:
  398. a: 103.73.66.184
  399. aaaa: 2406:ef80:1:f8d5::1
  400. n4:
  401. a: 51.81.139.248
  402. aaaa: 2604:2dc0:200:1549:703:c28d:2240:1
  403. n5:
  404. a: 185.175.59.174
  405. aaaa: 2a0e:dc0:3:1552::1
  406. ddns:
  407. ns:
  408. - ns1.afraid.org.
  409. - ns2.afraid.org.
  410. - ns3.afraid.org.
  411. - ns4.afraid.org.
  412. autoconfig:
  413. cname: autoconfig.netcup.net.
  414. "key1._domainkey":
  415. cname: key1._domainkey.webhosting.systems.
  416. "key2._domainkey":
  417. cname: key2._domainkey.webhosting.systems.
  418. openpgpkey:
  419. cname: wkd.keys.openpgp.org.
  420. _dmarc:
  421. txt: "v=DMARC1; p=quarantine; rua=mailto:postmaster@mk16.de; ruf=mailto:m.k@mk16.de; adkim=s; aspf=s;"
  422. alive:
  423. txt: "yes"
  424. "do-not-trust":
  425. a: 127.0.0.1
  426. aaaa: ::1
  427. # VPN
  428. vpn-lu:
  429. a: 104.244.77.202
  430. aaaa: 2605:6400:30:f7dd::1
  431. # Nodes
  432. aurora:
  433. a: 74.208.212.195
  434. aaaa: 2607:f1c0:f03e:2d00::1
  435. "dn42.aurora":
  436. a: 172.22.149.228
  437. aaaa: fd04:234e:fc31::4
  438. herzstein:
  439. a: 103.73.66.184
  440. aaaa: 2406:ef80:1:f8d5::1
  441. "y.herzstein":
  442. aaaa: 218:d3dc:a358:dc47:ea62:2ac1:80b2:be47
  443. "dn42.herzstein":
  444. a: 172.22.149.227
  445. aaaa: fd04:234e:fc31::3
  446. laplace-v6:
  447. cname: laplace-v6.ddns
  448. laplace-v4:
  449. cname: laplace-v4.ddns
  450. laplace:
  451. cname: laplace-v6
  452. "y.laplace":
  453. aaaa: 21d:8210:3f70:a38c:e7a0:155e:955:5f54
  454. "dn42.laplace":
  455. a: 172.22.149.231
  456. aaaa: fd04:234e:fc31::7
  457. p2pnode:
  458. a: 5.45.109.122
  459. aaaa: 2a03:4000:6:2784::1
  460. caa:
  461. - 0 issue "letsencrypt.org;accounturi=https://acme-v02.api.letsencrypt.org/acme/acct/502687250"
  462. - 1 iodef "mailto:caa@mk16.de"
  463. "y.p2pnode":
  464. aaaa: 218:4feb:a509:9db2:2b34:6e7e:e071:5dee
  465. "dn42.p2pnode":
  466. a: 172.22.149.225
  467. aaaa: fd04:234e:fc31::1
  468. p2prouter:
  469. a: 5.252.226.123
  470. aaaa: 2a03:4000:40:ad::1
  471. caa:
  472. - 0 issue "letsencrypt.org;accounturi=https://acme-v02.api.letsencrypt.org/acme/acct/75989130"
  473. - 1 iodef "mailto:caa@mk16.de"
  474. "y.p2prouter":
  475. aaaa: 220:f022:cd6c:22a9:5285:79e2:2e19:b66a
  476. "dn42.p2prouter":
  477. a: 172.22.149.226
  478. aaaa: fd04:234e:fc31::2
  479. palerme:
  480. aaaa: 2a01:cb05:944a:b8ff:e4a6:adff:fe95:4e75
  481. "dn42.palerme":
  482. a: 172.22.149.229
  483. aaaa: fd04:234e:fc31::5
  484. stricker:
  485. a: 51.81.139.248
  486. aaaa: 2604:2dc0:200:1549:703:c28d:2240:1
  487. "dn42.stricker":
  488. a: 172.22.149.232
  489. aaaa: fd04:234e:fc31::8
  490. silvermoon:
  491. a: 185.175.59.174
  492. aaaa: 2a0e:dc0:3:1552::1
  493. "dn42.silvermoon":
  494. a: 172.22.149.230
  495. aaaa: fd04:234e:fc31::6
  496. trolljaeger:
  497. a: 165.140.142.42
  498. aaaa: 2602:fc23:18::46
  499. "dn42.trolljaeger":
  500. a: 172.22.149.233
  501. aaaa: fd04:234e:fc31::9
  502. "y.trolljaeger":
  503. aaaa: 213:b820:7255:e331:d52b:4e2b:4eb3:9f5b
  504. frostwood:
  505. a: 5.45.108.22
  506. aaaa: 2a03:4000:6:203a::1
  507. caa:
  508. - 0 issue "letsencrypt.org;accounturi=https://acme-v02.api.letsencrypt.org/acme/acct/1798961947"
  509. - 1 iodef "mailto:caa@mk16.de"
  510. "dn42.frostwood":
  511. a: 172.22.149.234
  512. aaaa: fd04:234e:fc31::10
  513. beastwarden-v6:
  514. cname: beastwarden-v6.ddns
  515. beastwarden-v4:
  516. cname: beastwarden-v4.ddns
  517. beastwarden:
  518. cname: beastwarden-v6
  519. "dn42.beastwarden":
  520. a: 172.22.149.235
  521. aaaa: fd04:234e:fc31::11
  522. "y.beastwarden":
  523. aaaa: 200:bc59:d0d9:6d6c:d2f7:ee92:e681:51e7
  524. fourth:
  525. a: 37.120.162.41
  526. aaaa: 2a03:4000:6:3632:e40e:5cff:fe6c:b1a8
  527. "y.fourth":
  528. aaaa: 217:fb11:f68b:8d9c:e4f5:a304:916:b011
  529. sobinka:
  530. aaaa: 2a01:e0a:46a:2785:14e7:3cff:feed:3810
  531. third:
  532. aaaa: 2a02:180:6:1:0:0:0:1f24
  533. # CRXN nodes
  534. grisha:
  535. cname: grisha-v6.ddns
  536. "crxn.grisha":
  537. aaaa: fd5c:3e37:2666:c700::1
  538. gleb:
  539. cname: gleb-v6.ddns
  540. "crxn.gleb":
  541. aaaa: fd5c:3e37:2666:7081::1
  542. mikhail:
  543. cname: mikhail-v6.ddns
  544. "crxn.mikhail":
  545. aaaa: fd5c:3e37:2666:4b00::1
  546. "crxn.zwergenland":
  547. aaaa: fd5c:3e37:2666:1900::1
  548. reseau:
  549. aaaa: 2a01:cb05:944a:b8ff:1469:3dff:fee3:97e9
  550. "crxn.reseau":
  551. aaaa: fd5c:3e37:2666:ea00::1
  552. "lg.reseau":
  553. cname: reseau
  554. "babelweb2":
  555. cname: reseau
  556. # Websites
  557. "bandura-comm":
  558. cname: p2pnode
  559. "dn42-bgplookup":
  560. cname: p2pnode
  561. monkic:
  562. cname: p2pnode
  563. irc:
  564. cname: p2prouter
  565. auth:
  566. cname: frostwood
  567. nextcloud:
  568. a: 202.61.232.121
  569. aaaa: 2a03:4000:61:14f0::17:2237
  570. caa:
  571. - 0 issue "letsencrypt.org;accounturi=https://acme-v02.api.letsencrypt.org/acme/acct/501236320"
  572. - 1 iodef "mailto:caa@mk16.de"
  573. baikal:
  574. a: 202.61.232.121
  575. aaaa: 2a03:4000:61:14f0::17:2237
  576. caa:
  577. - 0 issue "letsencrypt.org;accounturi=https://acme-v02.api.letsencrypt.org/acme/acct/501236320"
  578. - 1 iodef "mailto:caa@mk16.de"
  579. # Yggdrasil nodes:
  580. ygg1:
  581. cname: p2prouter
  582. ygg2:
  583. cname: p2pnode
  584. ygg3:
  585. cname: stricker
  586. ygg4:
  587. cname: trolljaeger
  588. # I2P reseed service
  589. www2:
  590. cname: p2prouter
  591. # Status pages
  592. monitor:
  593. a: 89.58.43.186
  594. aaaa: 2a03:4000:66:d57::1
  595. caa:
  596. - 0 issue "letsencrypt.org;accounturi=https://acme-v02.api.letsencrypt.org/acme/acct/1110453857"
  597. - 1 iodef "mailto:caa@mk16.de"
  598. "y.monitor":
  599. aaaa: 219:c95b:8447:2c7a:ce08:fe5:a67b:7f17
  600. "dn42.monitor":
  601. a: 172.22.149.248
  602. aaaa: fd04:234e:fc31:fd1e:ceac:f1c0::1
  603. status:
  604. cname: monitor
  605. status2:
  606. cname: reports.hetrixtools.com.
  607. status3:
  608. cname: marek22k.github.io.
  609. # Search engine verification
  610. qhj5wdt2ojuc:
  611. cname: gv-rsjf5emwwkg3zw.dv.googlehosted.com.
  612. fa0c40ad9b6493a9b0e19b5ca7bc2b8c:
  613. cname: verify.bing.com.