Add root DNS Changing method
Using root you can use iptables to re-route DNS requests for you:
iptables -t nat -A OUTPUT -p udp --dport 53 -j DNAT --to DESTINATION:DESTINATIONPORT
iptables -t nat -A OUTPUT -p tcp --dport 53 -j DNAT --to DESTINATION:DESTINATIONPORT
To make this app a one-for-all solution this should be included (maybe there is another way?
As this requires elevated rights and fiddeling with root it is most likely that this will (if ever) be implemented to the end of the development.