Skip to content

daemon: add configurability for low source port check

Vladimír Čunát requested to merge min_udp_source_port into master

In commit c0482d5a 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)

Edited by Vladimír Čunát

Merge request reports

Loading