Need Help Getting Openconnect Working with FW4

After switching to FW4, openconnect is not working correctly.

I do have a firewall rule and am able to get connected to the vpn, and am able to reach the LUCI web page.

config redirect
option dest 'lan'
option target 'DNAT'
option name 'OpenConnects'
option src 'wan'
option src_dport '4443'
list proto 'tcp'
list proto 'udp'
option dest_port '4443'

I am not able get to any web site though when connected to the vpn.

When using FW3, I had the below rules in firewall.user, which are now not being applied. How would I transfer these to FW4?

iptables -A input_rule -i vpns+ -j ACCEPT
iptables -A forwarding_rule -i vpns+ -j ACCEPT
iptables -A forwarding_rule -o vpns+ -j ACCEPT
iptables -A output_rule -o vpns+ -j ACCEPT

Everything seems alright here with release 22.03.1

root@OpenWrt:~# opkg install luci-proto-openconnect openconnect
root@OpenWrt:~# opkg list-installed | grep openc
luci-proto-openconnect - git-21.074.38504-171ef77
openconnect - 9.01-1

I just have to update two files or you should be able to use luci gui to do the same:
/etc/config/network to define the openconnect tunnel
/etc/config/firewall to add the vpn interface to wan zone