Adguard on raspberry pi

version (=21.02.5) i use does not have / i cannot find a luci field for that so am afraid you need to use SSH.

by the way this is not a standard linux command but an openwrt specific.

if you are not not familiar with linux you can still use WinSCP to connect to openwrt and modify files from Windows client (so no command line at all).

you need to find and modify file /etc/config/dhcp, within the file find section and add list line with list dhcp_option as:

config dhcp 'lan'
        option interface 'lan'
[..]
        list dhcp_option '6,192.168.1.1'
1 Like