Skip to content

Instantly share code, notes, and snippets.

@abrahamvegh
Created December 21, 2020 00:04
Show Gist options
  • Save abrahamvegh/f74a501f6389400a4bdb8642e3294a22 to your computer and use it in GitHub Desktop.
Save abrahamvegh/f74a501f6389400a4bdb8642e3294a22 to your computer and use it in GitHub Desktop.
BIND ACL for use with Linode’s AXFR service
acl "linode"
{
// Dallas
// axfr1.linode.com
104.237.137.10;
2600:3c00::a;
// Fremont
// axfr2.linode.com
65.19.178.10;
2600:3c01::a;
// Atlanta
// axfr3.linode.com
74.207.225.10;
2600:3c02::a;
// Newark
// axfr4.linode.com
207.192.70.10;
2600:3c03::a;
// London
// axfr5.linode.com
109.74.194.10;
2a01:7e00::a;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment