They list the local IP as a remote IP so I had to insert another line to also catch the incoming traffic ..... Looks like this has already been the case in the past but now I was able to see it. I don't know if this is something within your code or if it is by design, just wanted to let you know.
This is currently just a visual glitch with the tracked connection table.
The table has a UI glitch where the two fields can potentially be reversed due to the underlying connections being source/destination instead of local/remote depending on who initially opened the connection.
During testing I hardcoded my dhcp start start range to reverse these fields when the problem occurs but forgot to actually update the code to grab the currently defined range from nvram upon release
Code:
if (bwdpi_conntrack[i][3].startsWith("192.168.2."))
{
Behind the scenes custom rules should still be filtering on local and remote designations as you expect. (Final destination should always be reflected in the pie charts since they grab data from a different source that is supplied post filtering).
Will be fixed.
is there some guide what is needed to populate for custom rules for some apps. (world of warships is not in gaming f.e.)
If the game is already identified click on the colored “Appname” to see its mark.
If it’s not identified then look into the gaming rule.
it is working ONLY on Merlins fw, not stock ...
Stock firmware functionality will still work as it did with previous releases with same limitations.
I just need to provide install/usuage instructions in the first post and will do so when I get a chance.
Manual install instructions and limitations of stock firmware used to be present in the first post but were lost when I was moving data around.
I tried using a comma to add more than one port and it wouldn't apply. That and the text entry runs out of character limit so adding more than 3 ports isn't doable. I may be wrong here. That was reason for the four rules.
What is the rule field input (as written) that you are trying to apply? Perhaps you are including spaces?
Input in webui field is filtered to prevent improper input. Does it turn red(invalid) prior to submital.
Either input filter is inaccurate or there is an issue with your syntax.
off topic: can you rewrite the whole GUI?
Hahaha. If I was working for asus I would try to make everything as fast and bug free that I can.
—
Thanks everyone for both your feedback and support!