maghuro
Very Senior Member
I posted this inside the 388.2 thread, but I'll post it in a new thread to bring the attention needed.
The NVRAM var "custom_clientlist" gets bugged after a reboot.
The correct syntax is:
And whenever I reboot the router, the first entry (only the first one) is saved without the opening "<":
The Asus router deals correctly with it, displaying that device name correctly.
However, some third party services like NextDNS, which rely on the correct syntax, don't process correctly the custom names and doesn't show them in their page, because of that bug.
The solution is change one device NAME to another one, and then change it back.
But after a reboot, that var trims again the first <
I'm using a GT-AX6000. Happens on both regular and rog firmware.
Anyone facing the same issue?
Thanks.
The NVRAM var "custom_clientlist" gets bugged after a reboot.
The correct syntax is:
Code:
custom_clientlist=<NAME>MA:CA:DD:RE:SS>0>0>>>><NAME2>MA:CA:DD:RE:SS>0>0>>>>
And whenever I reboot the router, the first entry (only the first one) is saved without the opening "<":
Code:
custom_clientlist=NAME>MA:CA:DD:RE:SS>0>0>>>><NAME2>MA:CA:DD:RE:SS>0>0>>>>
The Asus router deals correctly with it, displaying that device name correctly.
However, some third party services like NextDNS, which rely on the correct syntax, don't process correctly the custom names and doesn't show them in their page, because of that bug.
The solution is change one device NAME to another one, and then change it back.
But after a reboot, that var trims again the first <
I'm using a GT-AX6000. Happens on both regular and rog firmware.
Anyone facing the same issue?
Thanks.