Search Criteria
Package Details: technitium-dns-server-bin 15.2.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/technitium-dns-server-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | technitium-dns-server-bin |
| Description: | Open source authoritative and recursive DNS server focused on privacy and security |
| Upstream URL: | https://technitium.com/dns/ |
| Keywords: | adblocker blocker dns |
| Licenses: | GPL3 |
| Conflicts: | technitium-dns-server |
| Provides: | technitium-dns-server |
| Submitter: | owentrigueros |
| Maintainer: | owentrigueros |
| Last Packager: | owentrigueros |
| Votes: | 6 |
| Popularity: | 0.006939 |
| First Submitted: | 2022-12-09 09:12 (UTC) |
| Last Updated: | 2026-05-15 08:32 (UTC) |
Latest Comments
1 2 3 Next › Last »
owentrigueros commented on 2026-05-01 07:22 (UTC)
Thanks @coderobe! Patch applied, it looks cleaner now. I've also removed the exe file as it is not required.
coderobe commented on 2026-04-30 22:09 (UTC)
here's a patch for the latest version. 15.0 added some new dlls without which the server fails to start (oidc), so the patched pkgbuild just installs all of them instead of the tedious manual list it was before. it was also built against the current aspnet runtime, so relaxing that requirement is fine
owentrigueros commented on 2025-12-23 18:55 (UTC)
Hi @deuscode97! Yes, currently there is a hard dependency to
aspnet-runtime-9.0.It's on purpose. Technitium DNS Server 14.3 is compiled with .NET 9. It should work with .NET 10 too, but I have to test it before updating the dependency to
aspnet-runtime>=9.0.I will update it as soon as I test it.
Either way, feel free to test it yourself, change
depends=('aspnet-runtime-9.0')todepends=('aspnet-runtime')in thePKGBUILDand runmakepkg.deuscode87 commented on 2025-12-22 18:42 (UTC)
Looks like there's a new version of asp net-runtime that breaks the package update process as I think there's a hard dependency to 9.0
owentrigueros commented on 2025-11-10 12:23 (UTC)
Thanks @Terrance, fixed!
Terrance commented on 2025-11-09 18:31 (UTC)
DNS over HTTP(S) doesn't appear to work because the document root
dohwwwisn't included in the package, leading to:The missing
package()step:owentrigueros commented on 2025-05-09 17:45 (UTC)
Hi @kekistan, thanks for pointing that out. It should be fixed, let me know if you still get the error.
APT37 commented on 2025-05-08 12:41 (UTC)
When trying to resolve
cryptostorm.isI get the following error message:IO error for cryptostorm.is. A IN: Could not load file or assembly 'BouncyCastle.Cryptography, Version=2.0.0.0, Culture=neutral, PublicKeyToken=072edcTechnitium's author determined this to be a dependency issue.
https://github.com/TechnitiumSoftware/DnsServer/issues/1323
owentrigueros commented on 2025-04-09 10:42 (UTC)
Thanks for pointing that out, @NextWorks. Fixed!
Somehow it built succesfully with version 13.5, maybe they removed that directory from the archive and only kept 13.5.0.
1 2 3 Next › Last »