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