/ip address add address=10.0.0.1/24 interface=ether2
/ip dhcp-server setup interface=ether2
/ip firewall filter add chain=input action=drop
/ip route add dst-address=0.0.0.0/0 gateway=10.0.0.254
/queue simple add name=q1 target=10.0.0.5/32
/interface wireguard peers add interface=wireguard1 allowed-address=10.0.0.2/32
/ip firewall nat add chain=dstnat action=dst-nat protocol=tcp dst-port=80 to-addresses=192.168.88.10
/ip firewall filter move 3 destination=0
/export
ping 10.0.0.1