This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computing:bind9dns [2025/12/28 08:28] – oemb1905 | computing:bind9dns [2026/05/16 23:28] (current) – oemb1905 | ||
|---|---|---|---|
| Line 460: | Line 460: | ||
| {{ : | {{ : | ||
| - | Of course, you could also shell into the slaves and remove those transfer rules via the CLI, this is just to show that both methods work and are dealing with the exact same bind9 underbelly. | + | Of course, you could also shell into the slaves and remove those transfer rules via the CLI, this is just to show that both methods work and are dealing with the exact same bind9 underbelly. Once we do that, we can !!FINALLY!! |
| - | + | ||
| - | image?? | + | |
| - | + | ||
| - | Once we do that, we can create A, AAAA, dmarc, spf, and or any other records we need. Here's what the zone's landing page looks like and what the record pages within it look like: | + | |
| {{ : | {{ : | ||
| Line 620: | Line 616: | ||
| * [[https:// | * [[https:// | ||
| - | --- // | + | Updates ... tmp directory was too small: |
| + | |||
| + | sudo mkdir -p / | ||
| + | sudo chown root:root / | ||
| + | sudo chmod 700 / | ||
| + | |||
| + | After that, navigate to Webmin Settings > Webmin Configuration and then specify custom tmp directory and enter ''/ | ||
| + | |||
| + | < | ||
| + | < | ||
| + | ServerName ns1.haacksnetworking.com | ||
| + | < | ||
| + | Require ip 185.242.226.78 | ||
| + | Require ip 2606: | ||
| + | </ | ||
| + | RewriteEngine On | ||
| + | RewriteCond %{HTTPS} off | ||
| + | RewriteRule ^ https:// | ||
| + | ProxyPass / | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | --- // | ||