Created
March 27, 2019 02:19
-
-
Save xeptore/0f353afb988b68bd227ab8877e5f6d21 to your computer and use it in GitHub Desktop.
maradns example configuration
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
xeptore.ir. NS ns1.xeptore.ir. ~ | |
xeptore.ir. NS ns2.xeptore.ir. ~ | |
ns1.xeptore.ir. A 51.75.173.161 ~ | |
ns2.xeptore.ir. A 51.75.173.161 ~ | |
xeptore.ir. A 51.75.173.161 ~ | |
www.xeptore.ir. CNAME xeptore.ir. ~ |
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
csv2 = {} | |
csv2["xeptore.com."] = "db.xeptore.com" | |
csv2["xeptore.ir."] = "db.xeptore.ir" | |
ipv4_bind_addresses = "51.75.173.161, 127.0.0.1" | |
chroot_dir = "/etc/maradns" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment