diff --git a/README.md b/README.md
index 1ff6eb9..01273e0 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ It shall NOT be edited by hand.
DNS server for privacy and security
[](https://technitium.com/dns/)
-[?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/technitium-dns/)
+[?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/technitium-dns/)

diff --git a/conf/nginx.conf b/conf/nginx.conf
index 65c87f7..74a3cb0 100644
--- a/conf/nginx.conf
+++ b/conf/nginx.conf
@@ -12,7 +12,4 @@ location __PATH__/ {
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
-
- # Include SSOWAT user panel.
- include conf.d/yunohost_panel.conf.inc;
}
diff --git a/doc/screenshots/screenshot.png b/doc/screenshots/screenshot.png
index 4121d7b..50df1ea 100644
Binary files a/doc/screenshots/screenshot.png and b/doc/screenshots/screenshot.png differ
diff --git a/manifest.toml b/manifest.toml
index 0958e3c..a9c483f 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -7,7 +7,7 @@ name = "Technitium DNS"
description.en = "DNS server for privacy and security"
description.fr = "Serveur DNS pour la confidentialité et la sécurité"
-version = "13.6.0~ynh2"
+version = "14.3.0~ynh1"
maintainers = ["Navan Chauhan"]
@@ -44,8 +44,8 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
- url = "https://download.technitium.com/dns/archive/13.6.0/DnsServerPortable.tar.gz"
- sha256 = "89614c20fb282050f701bc785681aaf1d45a5208cf313759a093df95606014b7"
+ url = "https://download.technitium.com/dns/archive/14.3.0/DnsServerPortable.tar.gz"
+ sha256 = "9b2deaa54378e5abef1917907876ef2d0c89e0b6d09fc494e6a799b6316adea7"
in_subdir = false
# Careful, this autoupdate does not put the right asset, it only serves as a notification!
autoupdate.strategy = "latest_github_tag"
@@ -53,12 +53,12 @@ ram.runtime = "50M"
autoupdate.needs_manual_tweaks = true
[resources.sources.dotnet]
- amd64.url = "https://download.visualstudio.microsoft.com/download/pr/ce31d92b-b514-4f9c-843b-29c466871369/b332eba5641cbc6eed1e3a98480972d2/aspnetcore-runtime-8.0.6-linux-x64.tar.gz"
- amd64.sha256 = "d4f8ce14e12aba9ca970c15c1ce09486bffc930fe05d4520678763562ca6b48b"
- arm64.url = "https://download.visualstudio.microsoft.com/download/pr/ccdcbb70-a5e9-4753-b6e3-4461ce56a69d/240803fc1ffba38ab3603778c03e9b87/aspnetcore-runtime-8.0.6-linux-arm64.tar.gz"
- arm64.sha256 = "2d03221eb786ad84b865aa5eca84ad79bb2e8cde57e96cac9e0c4edaaec14c0f"
- armhf.url = "https://download.visualstudio.microsoft.com/download/pr/c27a9707-8627-43d3-837e-fa144bab2984/40f243e656752b87ff033e568d49b510/aspnetcore-runtime-8.0.6-linux-arm.tar.gz"
- armhf.sha256 = "b621a6cee65890a123bbf6282fc23190a8abe12af76279a1aa799b0e82f814bf"
+ amd64.url = "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.11/aspnetcore-runtime-9.0.11-linux-x64.tar.gz"
+ amd64.sha256 = "9c72253df8cbdbc775c76d6dcefc057aabb0bf7c978e5c3f24ab0afed839fd1f"
+ arm64.url = "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.11/aspnetcore-runtime-9.0.11-linux-arm64.tar.gz"
+ arm64.sha256 = "d039cbb3ef822aad0226857c1d89763c9c2a4bf339015bb11c99a7f6e62d3062"
+ armhf.url = "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.11/aspnetcore-runtime-9.0.11-linux-arm.tar.gz"
+ armhf.sha256 = "6ef6521e262d05302f3e52026d59b8464ae881fc983671c20e3a9e4034d7a99c"
[resources.system_user]