Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
services:technitium-dns [2024/08/21 09:22] – willy | services:technitium-dns [2024/11/11 12:25] (current) – removed willy | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | https:// | ||
- | |||
- | as root | ||
- | |||
- | mkdir / | ||
- | |||
- | Grab the installer file (do NOT run it!) from [[https:// | ||
- | |||
- | open it and download the DotNet Runtime: | ||
- | |||
- | wget https:// | ||
- | |||
- | read and review the script! Now run it to install dotnet within the dns folder: | ||
- | |||
- | ./ | ||
- | |||
- | Download DNS portable tar: | ||
- | wget -O DnsServerPortable.tar.gz https:// | ||
- | |||
- | |||
- | Decompress it: | ||
- | tar -zxf DnsServerPortable.tar.gz -C / | ||
- | |||
- | Test run it: | ||
- | ../ | ||
- | |||
- | |||