Now that DoT will potentially see broader adoption with Merlin 384.11, any further experiments with excluding port 853 from Downloads?
Yes, that change will be included in next release which I just started actively working on a few days ago.
I hope I can finish it this week.
I will have Router DNS outgoing traffic (eg. DNS request from router) bypass QOS and make them whitelisted/zero rated.
I have not done A/B testing but I think since dns requests are so small and insignificant size wise, not subjecting the traffic to queues(qos system),may be more responsive and the resulting QOS bandwidth inaccuracies insignificant.
(I may make a toggle for users who want have the router DNS traffic placed into net control but on the other hand keeping the UI simple may lead to less questions)
—
On another note:
Ideally I’d like to have INCOMMING traffic towards the router not whitelisted. This would make local processes on the router such as VPN server and Download Master compatible with QOS.
I am still in the same position as a few years ago have not figured out an implementation. I have tried reading more manuals to figure out how to do it but still not familiar enough with the topic at hand.
I do know to get that to working, I would have to create an IFQ to mirror traffic from the input and forward chains, but I am still a little shaky on how it would affect hardware acceleration and the commands required to properly implement it under the hood. I do also wonder if pointing TC to the newly IFB would work after I figure out how to set it up.
This is because eth0 in TC is not related to eth0 in iptables. I have no idea why the two references don’t line up and where in the routing structure this disconnect is present.
This is just something that’s been a wish on the back of my mind for a while.
And I sure wouldn’t mind if the network engineers at ASUS, who are already familiar with how all this works, would fix this in a future firmware release. So QOS can work as expected instead of the broken state it has been abandoned it.
If any asus rep wants a bug report explaining how VPN server / client are incompatible with QOS, send me a message for discussion. Is the issue awareness??!?
I have implemented a dirty fix to the router acting as a VPN client but the VPN server is still left in a glitched state. 1/2 functionality is better then nothing, but full functionality would be great, and is not impossible.