- Nov 07, 2023
-
-
Aleš Mrázek authored
-
- Nov 06, 2023
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
- Nov 03, 2023
-
-
Vladimír Čunát authored
This filtering was dropped in 4565cc59 (v5.3.0). Now it's reintroduced - but inside the function, as that seems nicer. Nit: naming and comment were updated to fit the current usage. As the code is designed so far (in whole history probably), in order to detect whether we need to choose a zone cut closer to the root, we need to do something like this in lib/zonecut.c already, instead of just during server selection. I don't think this change can break anything. Fetching unusable addresses from cache seems pointless, as selection wouldn't be allowed to use them or try resolving them.
-
- Oct 27, 2023
-
-
Oto Šťáva authored
NEWS: improve the security entry in 5.7.0 See merge request knot/knot-resolver!1468
-
- Oct 23, 2023
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
- Oct 12, 2023
-
-
Vladimír Čunát authored
-
- Oct 05, 2023
-
-
Oto Šťáva authored
-
Aleš Mrázek authored
doc: upgrading guide to version 6 See merge request !1466
-
Aleš Mrázek authored
-
Aleš Mrázek authored
Lua config moved to developers chapter as internal Lua config.
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
- move typical simple examples near the top - document the two new conditions - reorganize the text: split conditions and actions - other minor changes
-
Vladimír Čunát authored
It seems such an edge case that I chose to avoid the issue this way.
-
Vladimír Čunát authored
The issue is not now; it has always been broken in 6.x. The model is that at most one view applies on any request. If we need to do more things, they must happen as one meta-action. test_view_insert_action(): dropped; can't see a suitable replacement
-
Vladimír Čunát authored
Examples: - tagging based on dst_subnet is useful for providing different filtering setting on different resolver addresses - tagging based on protocols is useful to signal used transport (change in DNS data that can be read by the final app) (docs added in a later commit)
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
This doesn't yet search among the multiple values. The rules/api parts that write rules were adapted or commented on.
-
Vladimír Čunát authored
They're a bit more efficient, but they can't work with LMDB multi-sets. Also, write performance of rules isn't that important and typically each rule is quite tiny anyway.
-
- Oct 03, 2023
-
-
Vladimír Čunát authored
At least I hope this will work as expected.
-
Vladimír Čunát authored
-
- Sep 27, 2023
-
-
Vladimír Čunát authored
-
- Sep 26, 2023
-
-
Aleš Mrázek authored
-
- Sep 25, 2023
-
-
Vladimír Čunát authored
-
Jakub Ružička authored
-
Vladimír Čunát authored
-
Oto Šťáva authored
-
This will allow it to work even when socket is elsewhere. The service depended on fixed config file location already, through ExecStart.
-
Propagate errors, fix nit reported by shellcheck.
-
Oto Šťáva authored
-
Oto Šťáva authored
-
-
-
- interface and unix_socket validation
-