PCC and dst-nat

Hello,

Does any one know how to combine pcc with:

0 chain=dstnat action=dst-nat to-addresses=192.168.254.1 to-ports=53 protocol=udp dst-port=53

1 chain=dstnat action=dst-nat to-addresses=192.168.254.2 to-ports=53 protocol=udp dst-port=53

Main goal here is to make kind of load balancing between two dns servers.

Ok i did it.

Nvm.