Firewall rules for DMZ

Hello, I am a beginner VyOS user.

I am using VyOS on a vm to segment my network with publicly exposed services from my home network.

eth0 = 192.168.0.240/24 (Home network) “HOME”
eth1 = 10.69.42.1/24 (Isolated network) “DMZ”

The internet is accessible through the HOME network, gateway 192.168.0.1

I do not want any NAT!

I want this firewall behavior:
HOME->DMZ allow 80, 443, 53 + ICMP
DMZ->HOME drop
DMZ->INTERNET allow 80, 443, 53 + ICMP
Implicit drop for all rules.

How could I do this in terms of set firewall commands?

Thank You!

Try to use zone based firewall.
https://docs.vyos.io/en/latest/configuration/firewall/zone.html