From 8c637992184cf8b0e8bab6a41f1f67409546ab0f Mon Sep 17 00:00:00 2001 From: busla Date: Mon, 29 Dec 2014 12:08:24 -0800 Subject: [PATCH] Created FAQ (markdown) --- FAQ.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 FAQ.md diff --git a/FAQ.md b/FAQ.md new file mode 100644 index 0000000..514fbe2 --- /dev/null +++ b/FAQ.md @@ -0,0 +1,13 @@ +## How to add a *glue* record manually when your registrar is a dinosaur with no admin panel? +If you purchased a domain with a registrar that doesn´t provide an option to edit *glue* records you need to manually add them to your mail-in-a-box instance. A glue record is simply an A record that points to your domain. + +Example: +``` +example.com. IN A +ns1.box.example.com IN A +ns2.box.example.com IN A + +ns1.box.example.com IN NS ns1.box.example.com +ns2.box.example.com IN NS ns2.box.example.com + +``` \ No newline at end of file