Turris Omnia - rtrom01
Turris OS 3.9.6
Kernel 4.4.119-082ea0f4a4e204b99821bedcb349ed54-0
My understanding from the unbound manual is that the edns-buffer-size being determined by msg-buffer-size but nonetheless can have an own value not exceeding msg-buffer-size.
Accordingly settings are in the “config resolver ‘common’” section of /etc/config/resolver
edns_buffer_size option isn’t present in /etc/config/resolver configuration because it’s derivate from msg_buffer_size value. However you can still force your own value with include file in unbound.
@paja The output of the parsed unbound.conf is still presenting the value derrived from msg-buffer-size and not the value set in the ’unbound_includes'
As there is no printout from 'unbound_includes' it is not clear whether its value been parsed or what value actually takes precedence.