diff --git a/FAQ.md b/FAQ.md index 7b94b11..d058dc9 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1,16 +1,3 @@ -## 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 - -``` ## How to add Namecheap SSL intermediate certificates? To all of you that are having trouble adding the Namecheap SSL keys. Via [https://github.com/mail-in-a-box/mailinabox/issues/284](Issue #284)