This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| computing:bind9dns [2026/05/16 23:10] – oemb1905 | computing:bind9dns [2026/05/16 23:28] (current) – oemb1905 | ||
|---|---|---|---|
| Line 616: | Line 616: | ||
| * [[https:// | * [[https:// | ||
| - | Update | + | Updates |
| sudo mkdir -p /webmin/tmp | sudo mkdir -p /webmin/tmp | ||
| Line 622: | Line 622: | ||
| sudo chmod 700 /webmin/tmp | sudo chmod 700 /webmin/tmp | ||
| | | ||
| - | After that, navigate to Webmin Settings > Webmin Configuration and then specify custom tmp directory and enter ''/ | + | 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 / | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | --- // | ||