hi,
Please try to add configuration via file, and replace address of “Endpoint” with LAN address(default is 192.168.8.1). And run commands below to allow traffic from wgserver to lan, which can refer to No internet access via Brume2 - #16 by hansome
uci set firewall.wgserver2lan=forwarding
uci set firewall.wgserver2lan.src='wgserver'
uci set firewall.wgserver2lan.dest='lan'
uci set firewall.wgserver2lan.enabled='1'
# set LAN masquerading
uci set firewall.@zone[0].masq='1'
uci set firewall.@zone[0].masq6='1'
uci commit firewall
/etc/init.d/firewall reload