This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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'); |
NewerOlder