Created FAQ (markdown)

busla 2014-12-29 12:08:24 -08:00
parent f64064e915
commit 8c63799218
1 changed files with 13 additions and 0 deletions

13
FAQ.md Normal file

@ -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
```