Skip to content

Instantly share code, notes, and snippets.

@allebb
allebb / pdns.conf
Created February 16, 2014 16:02
An example of one of the slave PDNS configuration files found in /etc/powerdns/pdns.conf
# Autogenerated configuration file template
#################################
# allow-axfr-ips If enabled, restrict zonetransfers to originate from these
# IP addresses
#
# allow-axfr-ips=
#################################
# allow-recursion List of netmasks that are allowed to recurse
#
@allebb
allebb / pdns.conf
Last active May 1, 2019 01:28
An example of my master PowerDNS configuration file.
# Autogenerated configuration file template
#################################
# allow-axfr-ips If enabled, restrict zonetransfers to originate from these
# IP addresses
#
allow-axfr-ips=10.0.0.2
#################################
# allow-recursion List of netmasks that are allowed to recurse
#
<?php
/**
* An helper file for Laravel 4, to provide autocomplete information to your IDE
* Generated with https://github.com/barryvdh/laravel-ide-helper
* Updated for Laravel 4.1.8 (2013-12-13)
*
* @author Barry vd. Heuvel <barryvdh@gmail.com>
*/
exit('Only to be used as an helper for your IDE');