Skip to content

Instantly share code, notes, and snippets.

View Mat12143's full-sized avatar

Matteo Peretto Mat12143

View GitHub Profile
@xpepper
xpepper / custom.router.md
Last active October 15, 2025 08:07
How to setup a custom DNS on your TIM ZTE H388X router

To setup a custom DNS on your TIM ZTE H388X router:

  • head to "Rete Locale" -> "LAN" -> Server DHCP
  • execute this script in the browser dev tools console
document.querySelectorAll('#template_DHCPBasicCfg [style*="display: none;"]').forEach(el => {
    el.style.display = ''; // Removes inline display:none
});
  • you should see