Created
February 13, 2020 13:57
-
-
Save wido/177ac582cec89bd5f63478a747f3e26b to your computer and use it in GitHub Desktop.
PowerDNS Lua records
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
# These are just some LUA records I was testing with for PowerDNS | |
# | |
# Author: Wido den Hollander <[email protected]> | |
A "ifportup(25, {'185.66.250.201', '185.87.186.222'})" | |
A "ifportup(25, {'185.66.250.201', '185.87.186.222'}, {selector='all'})" | |
AAAA "ifportup(25, {'2a00:f10:121:a00:4f8:84ff:fe00:1846', '2a00:f10:400:2:488:56ff:fe00:74f'})" | |
AAAA "ifportup(25, {'2a00:f10:121:a00:4f8:84ff:fe00:1846', '2a00:f10:400:2:488:56ff:fe00:74f'}, {selector='all'})" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment