Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.34 KB | None | 0 0
  1. // This is the primary configuration file for the BIND DNS server named.
  2. //
  3. // Please read /usr/share/doc/bind9/README.Debian.gz for information on the
  4. // structure of BIND configuration files in Debian, *BEFORE* you customize
  5. // this configuration file.
  6. //
  7. // If you are just adding zones, please do that in /etc/bind/named.conf.local
  8.  
  9. include "/etc/bind/named.conf.options";
  10.  
  11. // prime the server with knowledge of the root servers
  12. zone "." {
  13. type hint;
  14. file "/etc/bind/db.root";
  15. };
  16.  
  17. // be authoritative for the localhost forward and reverse zones, and for
  18. // broadcast zones as per RFC 1912
  19.  
  20. zone "localhost" {
  21. type master;
  22. file "/etc/bind/db.local";
  23. };
  24.  
  25. zone "127.in-addr.arpa" {
  26. type master;
  27. file "/etc/bind/db.127";
  28. };
  29.  
  30. zone "0.in-addr.arpa" {
  31. type master;
  32. file "/etc/bind/db.0";
  33. };
  34.  
  35. zone "255.in-addr.arpa" {
  36. type master;
  37. file "/etc/bind/db.255";
  38. };
  39.  
  40. // zone "com" { type delegation-only; };
  41. // zone "net" { type delegation-only; };
  42.  
  43. // From the release notes:
  44. // Because many of our users are uncomfortable receiving undelegated answers
  45. // from root or top level domains, other than a few for whom that behaviour
  46. // has been trusted and expected for quite some length of time, we have now
  47. // introduced the "root-delegations-only" feature which applies delegation-only
  48. // logic to all top level domains, and to the root domain. An exception list
  49. // should be specified, including "MUSEUM" and "DE", and any other top level
  50. // domains from whom undelegated responses are expected and trusted.
  51. // root-delegation-only exclude { "DE"; "MUSEUM"; };
  52.  
  53. include "/etc/bind/named.conf.local";
  54.  
  55. zone "vivaboxes.info" {
  56. type master;
  57. file "/var/cache/bind/vivaboxes.info.hosts";
  58. };
  59.  
  60. zone "7fois7.fr" {
  61. type master;
  62. file "/var/cache/bind/7fois7.fr.hosts";
  63. };
  64.  
  65.  
  66.  
  67. zone "valvital.eu" {
  68. type master;
  69. file "/var/cache/bind/valvital.eu.hosts";
  70. };
  71.  
  72. zone "ect-logistics.fr" {
  73. type master;
  74. file "/var/cache/bind/ect-logistics.fr.hosts";
  75. };
  76.  
  77. zone "ect-logistique.fr" {
  78. type master;
  79. file "/var/cache/bind/ect-logistique.fr.hosts";
  80. };
  81.  
  82. zone "ect-logistics.com" {
  83. type master;
  84. file "/var/cache/bind/ect-logistics.com.hosts";
  85. };
  86.  
  87. zone "ect-logistique.com" {
  88. type master;
  89. file "/var/cache/bind/ect-logistique.com.hosts";
  90. };
  91.  
  92. zone "ect-logistics.eu" {
  93. type master;
  94. file "/var/cache/bind/ect-logistics.eu.hosts";
  95. };
  96.  
  97. zone "ect-logistique.eu" {
  98. type master;
  99. file "/var/cache/bind/ect-logistique.eu.hosts";
  100. };
  101.  
  102.  
  103. zone "studio-sabine-paturel.com" {
  104. type master;
  105. file "/var/cache/bind/studio-sabine-paturel.com.hosts";
  106. };
  107.  
  108. zone "vivaboxes.fr" {
  109. type master;
  110. file "/var/cache/bind/vivaboxes.fr.hosts";
  111. };
  112.  
  113.  
  114. zone "couleursaustrales.com" {
  115. type master;
  116. file "/var/cache/bind/couleursaustrales.com.hosts";
  117. };
  118.  
  119. zone "creation-refonte-site-internet.com" {
  120. type master;
  121. file "/var/cache/bind/creation-refonte-site-internet.com.hosts";
  122. };
  123.  
  124.  
  125.  
  126.  
  127. zone "bourbonne-thermes.fr" {
  128. type master;
  129. file "/var/cache/bind/bourbonne-thermes.fr.hosts";
  130. };
  131.  
  132. zone "thermale.fr" {
  133. type master;
  134. file "/var/cache/bind/thermale.fr.hosts";
  135. };
  136.  
  137. zone "thermes.fr" {
  138. type master;
  139. file "/var/cache/bind/thermes.fr.hosts";
  140. };
  141.  
  142. zone "valvital.fr" {
  143. type master;
  144. file "/var/cache/bind/valvital.fr.hosts";
  145. };
  146.  
  147. zone "thermes-bourbonne.fr" {
  148. type master;
  149. file "/var/cache/bind/thermes-bourbonne.fr.hosts";
  150. };
  151.  
  152. zone "thermes-lons.fr" {
  153. type master;
  154. file "/var/cache/bind/thermes-lons.fr.hosts";
  155. };
  156.  
  157. zone "thermes-divonne.fr" {
  158. type master;
  159. file "/var/cache/bind/thermes-divonne.fr.hosts";
  160. };
  161.  
  162. zone "thermes-thonon.fr" {
  163. type master;
  164. file "/var/cache/bind/thermes-thonon.fr.hosts";
  165. };
  166.  
  167. zone "thermes-chateauneuf.fr" {
  168. type master;
  169. file "/var/cache/bind/thermes-chateauneuf.fr.hosts";
  170. };
  171.  
  172. zone "thermes-montrond.fr" {
  173. type master;
  174. file "/var/cache/bind/thermes-montrond.fr.hosts";
  175. };
  176.  
  177. zone "thermes-montbrun.fr" {
  178. type master;
  179. file "/var/cache/bind/thermes-montbrun.fr.hosts";
  180. };
  181.  
  182. zone "thermes-lesfumades.fr" {
  183. type master;
  184. file "/var/cache/bind/thermes-lesfumades.fr.hosts";
  185. };
  186.  
  187. zone "thermes-berthemont.fr" {
  188. type master;
  189. file "/var/cache/bind/thermes-berthemont.fr.hosts";
  190. };
  191.  
  192. zone "valvital.net" {
  193. type master;
  194. file "/var/cache/bind/valvital.net.hosts";
  195. };
  196.  
  197. zone "bregou-delhomme.info" {
  198. type master;
  199. file "/var/cache/bind/bregou-delhomme.info.hosts";
  200. };
  201.  
  202. zone "couleursaustrales.fr" {
  203. type master;
  204. file "/var/cache/bind/couleursaustrales.fr.hosts";
  205. };
  206.  
  207.  
  208.  
  209. zone "hillel-consulting.com" {
  210. type master;
  211. file "/var/cache/bind/hillel-consulting.com.hosts";
  212. };
  213.  
  214. zone "portageo.fr" {
  215. type master;
  216. file "/var/cache/bind/portageo.fr.hosts";
  217. };
  218.  
  219. zone "portageo.eu" {
  220. type master;
  221. file "/var/cache/bind/portageo.eu.hosts";
  222. };
  223.  
  224. zone "portageo.info" {
  225. type master;
  226. file "/var/cache/bind/portageo.info.hosts";
  227. };
  228.  
  229. zone "acting-communication.com" {
  230. type master;
  231. file "/var/cache/bind/acting-communication.com.hosts";
  232. };
  233.  
  234. zone "votre-boutique.info" {
  235. type master;
  236. file "/var/cache/bind/votre-boutique.info.hosts";
  237. };
  238.  
  239.  
  240.  
  241.  
  242. zone "kaptor.fr" {
  243. type master;
  244. file "/var/cache/bind/kaptor.fr.hosts";
  245. };
  246.  
  247. zone "abriclot.info" {
  248. type master;
  249. file "/var/cache/bind/abriclot.info.hosts";
  250. };
  251.  
  252.  
  253. zone "edifis.info" {
  254. type master;
  255. file "/var/cache/bind/edifis.info.hosts";
  256. };
  257.  
  258.  
  259.  
  260.  
  261. zone "wideoweb.com" {
  262. type master;
  263. file "/var/cache/bind/wideoweb.com.hosts";
  264. };
  265.  
  266. zone "concessionnaire-auto.info" {
  267. type master;
  268. file "/var/cache/bind/concessionnaire-auto.info.hosts";
  269. };
  270.  
  271. zone "concessionnaire-moto.info" {
  272. type master;
  273. file "/var/cache/bind/concessionnaire-moto.info.hosts";
  274. };
  275.  
  276. zone "concessionnaire-bateau.info" {
  277. type master;
  278. file "/var/cache/bind/concessionnaire-bateau.info.hosts";
  279. };
  280.  
  281. zone "gba-associes.com" {
  282. type master;
  283. file "/var/cache/bind/gba-associes.com.hosts";
  284. };
  285.  
  286.  
  287.  
  288. zone "webideo.fr" {
  289. type master;
  290. file "/var/cache/bind/webideo.fr.hosts";
  291. };
  292.  
  293. zone "villegiatherm.com" {
  294. type master;
  295. file "/var/cache/bind/villegiatherm.com.hosts";
  296. };
  297.  
  298. zone "rich-media-project.fr" {
  299. type master;
  300. file "/var/cache/bind/rich-media-project.fr.hosts";
  301. };
  302.  
  303. zone "rich-media-project.info" {
  304. type master;
  305. file "/var/cache/bind/rich-media-project.info.hosts";
  306. };
  307.  
  308. zone "ecotra.eu" {
  309. type master;
  310. file "/var/cache/bind/ecotra.eu.hosts";
  311. };
  312.  
  313. zone "ecotra-transit.com" {
  314. type master;
  315. file "/var/cache/bind/ecotra-transit.com.hosts";
  316. };
  317.  
  318. zone "ecotra-transitaire.com" {
  319. type master;
  320. file "/var/cache/bind/ecotra-transitaire.com.hosts";
  321. };
  322.  
  323. zone "ecotra-overseas.com" {
  324. type master;
  325. file "/var/cache/bind/ecotra-overseas.com.hosts";
  326. };
  327.  
  328. zone "ecotra-logistics.com" {
  329. type master;
  330. file "/var/cache/bind/ecotra-logistics.com.hosts";
  331. };
  332.  
  333. zone "ecotra-logistique.com" {
  334. type master;
  335. file "/var/cache/bind/ecotra-logistique.com.hosts";
  336. };
  337.  
  338. zone "ecotra-transport.com" {
  339. type master;
  340. file "/var/cache/bind/ecotra-transport.com.hosts";
  341. };
  342.  
  343. zone "ecotra-transports.com" {
  344. type master;
  345. file "/var/cache/bind/ecotra-transports.com.hosts";
  346. };
  347.  
  348. zone "ecotra-transit.net" {
  349. type master;
  350. file "/var/cache/bind/ecotra-transit.net.hosts";
  351. };
  352.  
  353. zone "ecotra-transitaire.net" {
  354. type master;
  355. file "/var/cache/bind/ecotra-transitaire.net.hosts";
  356. };
  357.  
  358. zone "ecotra-overseas.net" {
  359. type master;
  360. file "/var/cache/bind/ecotra-overseas.net.hosts";
  361. };
  362.  
  363. zone "ecotra.net" {
  364. type master;
  365. file "/var/cache/bind/ecotra.net.hosts";
  366. };
  367.  
  368. zone "ecotra-logistics.net" {
  369. type master;
  370. file "/var/cache/bind/ecotra-logistics.net.hosts";
  371. };
  372.  
  373. zone "ecotra-logistique.net" {
  374. type master;
  375. file "/var/cache/bind/ecotra-logistique.net.hosts";
  376. };
  377.  
  378. zone "ecotra-transport.net" {
  379. type master;
  380. file "/var/cache/bind/ecotra-transport.net.hosts";
  381. };
  382.  
  383. zone "ecotra-transports.net" {
  384. type master;
  385. file "/var/cache/bind/ecotra-transports.net.hosts";
  386. };
  387.  
  388. zone "ecotra.info" {
  389. type master;
  390. file "/var/cache/bind/ecotra.info.hosts";
  391. };
  392.  
  393. zone "ecotra-transit.info" {
  394. type master;
  395. file "/var/cache/bind/ecotra-transit.info.hosts";
  396. };
  397.  
  398. zone "ecotra-transitaire.info" {
  399. type master;
  400. file "/var/cache/bind/ecotra-transitaire.info.hosts";
  401. };
  402.  
  403. zone "ecotra-overseas.info" {
  404. type master;
  405. file "/var/cache/bind/ecotra-overseas.info.hosts";
  406. };
  407.  
  408. zone "ecotra-logistics.info" {
  409. type master;
  410. file "/var/cache/bind/ecotra-logistics.info.hosts";
  411. };
  412.  
  413. zone "ecotra-logistique.info" {
  414. type master;
  415. file "/var/cache/bind/ecotra-logistique.info.hosts";
  416. };
  417.  
  418. zone "ecotra-transport.info" {
  419. type master;
  420. file "/var/cache/bind/ecotra-transport.info.hosts";
  421. };
  422.  
  423. zone "ecotra-transports.info" {
  424. type master;
  425. file "/var/cache/bind/ecotra-transports.info.hosts";
  426. };
  427.  
  428. zone "ecotra-transit.eu" {
  429. type master;
  430. file "/var/cache/bind/ecotra-transit.eu.hosts";
  431. };
  432.  
  433. zone "ecotra-transitaire.eu" {
  434. type master;
  435. file "/var/cache/bind/ecotra-transitaire.eu.hosts";
  436. };
  437.  
  438. zone "ecotra-overseas.eu" {
  439. type master;
  440. file "/var/cache/bind/ecotra-overseas.eu.hosts";
  441. };
  442.  
  443. zone "ecotra-logistics.eu" {
  444. type master;
  445. file "/var/cache/bind/ecotra-logistics.eu.hosts";
  446. };
  447.  
  448. zone "ecotra-logistique.eu" {
  449. type master;
  450. file "/var/cache/bind/ecotra-logistique.eu.hosts";
  451. };
  452.  
  453. zone "ecotra-transport.eu" {
  454. type master;
  455. file "/var/cache/bind/ecotra-transport.eu.hosts";
  456. };
  457.  
  458. zone "ecotra-transports.eu" {
  459. type master;
  460. file "/var/cache/bind/ecotra-transports.eu.hosts";
  461. };
  462.  
  463. zone "kesic-ec.fr" {
  464. type master;
  465. file "/var/cache/bind/kesic-ec.fr.hosts";
  466. };
  467.  
  468.  
  469. zone "edifis-france.com" {
  470. type master;
  471. file "/var/cache/bind/edifis-france.com.hosts";
  472. };
  473.  
  474. zone "ecotra-asia-pacific.com" {
  475. type master;
  476. file "/var/cache/bind/ecotra-asia-pacific.com.hosts";
  477. };
  478.  
  479.  
  480.  
  481. zone "abriclot.fr" {
  482. type master;
  483. file "/var/cache/bind/abriclot.fr.hosts";
  484. };
  485.  
  486. zone "protectionsocialefrancaise.org" {
  487. type master;
  488. file "/var/cache/bind/protectionsocialefrancaise.org.hosts";
  489. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement