Compare commits

...

2 Commits

Author SHA1 Message Date
Slaviša Arežina
ed57d19855 Set up directories and enable Technitium DNS service
Create necessary directories for Technitium DNS service and update systemd service file.
2026-04-26 10:09:35 +02:00
community-scripts-pr-app[bot]
b78cdb4008 Update CHANGELOG.md (#14029)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-04-26 06:52:00 +00:00
2 changed files with 5 additions and 0 deletions

View File

@@ -454,6 +454,10 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit
- TREK ([#14017](https://github.com/community-scripts/ProxmoxVE/pull/14017))
### 🚀 Updated Scripts
- fix(2fauth): handle stale backup directory on update [@omertahaoztop](https://github.com/omertahaoztop) ([#14018](https://github.com/community-scripts/ProxmoxVE/pull/14018))
## 2026-04-25
### 🚀 Updated Scripts

View File

@@ -28,6 +28,7 @@ fetch_and_deploy_from_url "https://download.technitium.com/dns/DnsServerPortable
echo "${RELEASE}" >~/.technitium
msg_info "Creating service"
mkdir -p /etc/dns /var/log/technitium/dns
sed -i '/^User=/d;/^Group=/d' /opt/technitium/dns/systemd.service
cp /opt/technitium/dns/systemd.service /etc/systemd/system/technitium.service
systemctl enable -q --now technitium