Mwan3 policy not working well

my WAN is using PPPOE to get internet from my ISP. Then installed VPN Client (WureGuard)
This is my rules

Active ipv4 user rules:
  230 15980 S Global_Torrent  udp  --  *      *       0.0.0.0/0            0.0.0.0/0            multiport sports 60000:60100 multiport dports 0:65535 
  210 59320 - PLDT_only  all  --  *      *       192.168.2.0/24       0.0.0.0/0            
    0     0 - PLDT_only  all  --  *      *       2.2.2.0/24           0.0.0.0/0            
 4518  323K - WireGuard_only  all  --  *      *       0.0.0.0/0            0.0.0.0/0

but when I use tcpdump for check traffic. i still found port 60000 in pppoe-wan. i should be redirect to WireGuard VPN. what mistakes i did when setup the policy?
60000 is port for my torrent software for my laptop (192.168.2.4), im using UDP in policy because i dont know why my torrent software send package as UDP (using transmission ubuntu)

This is sample for tcpdump in my router for interface pppoe-wan

tcpdump -i pppoe-WAN port 60000 -c10 -n -v
tcpdump: listening on pppoe-WAN, link-type LINUX_SLL (Linux cooked v1), capture size 262144 bytes
16:45:58.896815 IP (tos 0x20, ttl 52, id 63775, offset 0, flags [none], proto UDP (17), length 51)
    51.211.173.25.46957 > 10.10.10.154.60000: UDP, length 23
16:45:58.906310 IP (tos 0x0, ttl 63, id 54779, offset 0, flags [DF], proto UDP (17), length 1430)
    10.10.10.154.60000 > 51.211.173.25.46957: UDP, length 1402
16:45:58.995748 IP (tos 0x0, ttl 115, id 14579, offset 0, flags [none], proto UDP (17), length 48)
    39.41.206.75.46942 > 10.10.10.154.60000: UDP, length 20
16:45:59.011236 IP (tos 0x0, ttl 115, id 14582, offset 0, flags [none], proto UDP (17), length 48)
    39.41.206.75.46942 > 10.10.10.154.60000: UDP, length 20
16:45:59.019602 IP (tos 0x0, ttl 63, id 21233, offset 0, flags [DF], proto UDP (17), length 1430)
    10.10.10.154.60000 > 39.41.206.75.46942: UDP, length 1402
16:45:59.020039 IP (tos 0x0, ttl 63, id 21234, offset 0, flags [DF], proto UDP (17), length 1430)
    10.10.10.154.60000 > 39.41.206.75.46942: UDP, length 1402
16:45:59.020214 IP (tos 0x0, ttl 63, id 21235, offset 0, flags [DF], proto UDP (17), length 1430)
    10.10.10.154.60000 > 39.41.206.75.46942: UDP, length 1402
16:45:59.222193 IP (tos 0x20, ttl 52, id 63795, offset 0, flags [none], proto UDP (17), length 51)
    51.211.173.25.46957 > 10.10.10.154.60000: UDP, length 23
16:45:59.225451 IP (tos 0x0, ttl 63, id 54801, offset 0, flags [DF], proto UDP (17), length 1430)
    10.10.10.154.60000 > 51.211.173.25.46957: UDP, length 1402
16:45:59.226759 IP (tos 0x0, ttl 63, id 54802, offset 0, flags [DF], proto UDP (17), length 1430)
    10.10.10.154.60000 > 51.211.173.25.46957: UDP, length 1402
10 packets captured
880 packets received by filter
811 packets dropped by kernel