Skip to content

Instantly share code, notes, and snippets.

@Mohamed3bdelwahab
Forked from glibg10b/.md
Created May 17, 2024 07:45
Show Gist options
  • Save Mohamed3bdelwahab/8cdf71508b7feae2b7b6b3446e49aeda to your computer and use it in GitHub Desktop.
Save Mohamed3bdelwahab/8cdf71508b7feae2b7b6b3446e49aeda to your computer and use it in GitHub Desktop.
Access hidden Huawei router settings

Huawei reuses the same interface for many of their routers, but chooses to hide some features. Some of these may not be supported by the hardware, but others may work fine.

The features are hidden using the HTML hidden attribute. To turn this attribute off for all elements on a page, open your browser's dev tools and type $('#*').show() into the console.

On my B315, this allows me to change the DNS server addresses sent via DHCP:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment