]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
daemon: add configurability for low source port check docs-min-udp-sour-ujh8h1/deployments/7207
authorVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 14 Jul 2025 13:40:48 +0000 (15:40 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Wed, 16 Jul 2025 16:14:13 +0000 (18:14 +0200)
commit44ad4214b1936868befa933fa234da481c3fbeb5
treebf24f911d30298455c9e42b1d854137878865393
parent2fb119baf7ea82b042e215f780c173f1f921467f
daemon: add configurability for low source port check

In commit c0482d5a8a this check was added.  Now one can e.g. disable by
> require('ffi').C.the_network.min_udp_source_port = 0
(typically used inside YAML config at /lua/script or /lua/script-file)
daemon/io.c
daemon/lua/kres-gen-33.lua
daemon/network.c
daemon/network.h