Skip to content

Instantly share code, notes, and snippets.

View Livius0's full-sized avatar
🤪
Is time to working

Livius0

🤪
Is time to working
View GitHub Profile
@xpepper
xpepper / custom.router.md
Last active February 24, 2025 22:08
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