mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-24 02:37:05 +00:00
Created FAQ (markdown)
parent
f64064e915
commit
8c63799218
13
FAQ.md
Normal file
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
|
||||||
|
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user