EdgeOS installation instructions

Install

You need to enable SSH and login via terminal into your EdgeOS box:

  1. Enable SSH in System -> Management Settings -> SSH Server
  2. Connect to your box using SSH
  3. Run the following command: sh -c "$(curl -sL https://api.dnsadblock.com/install)"
  4. Follow the instructions

To upgrade you need to run the same command that you used to install. If there is a new version available, the install script will prompt you to upgrade.

Troubleshooting

To troubleshoot the installation script you can prefix the command with a debugging flag:

DEBUG=1 sh -c "$(curl -sL https://api.dnsadblock.com/install)"