Skip to content

Instantly share code, notes, and snippets.

@dbrosy
Last active October 29, 2019 11:37
Show Gist options
  • Save dbrosy/de0766a7134178b7894ad2472642888e to your computer and use it in GitHub Desktop.
Save dbrosy/de0766a7134178b7894ad2472642888e to your computer and use it in GitHub Desktop.
Unifi Gateway

USEFUL LINUX COMMANDS FOR UNIFI GATEWAY

List dns host entries

 cat /etc/hosts |grep <name>

List dns host entries

 sudo vi /etc/hosts

restart dns after changes

sudo /etc/init.d/dnsmasq force-reload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment