Skip to content

Instantly share code, notes, and snippets.

View ziltoid-linux's full-sized avatar

ziltoid-linux

View GitHub Profile
@xpepper
xpepper / custom.router.md
Last active July 20, 2025 08:59
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