Sunday, March 17, 2019

Dynamic DNS


FQDN (Fully Qualified Domain Name)

  • Pc name: "deb"
  • Domain name: "bar.com"
O FQDN is: "deb.bar.com."


Alternatives

[1] http://neorouter.com/products-nrfree

No comments:

Debug on Firefox

 Disable timers on current web page in console write the following command let id = setTimeout(() => {}, 0); while (id--) { clearTimeout(...