Synology SRM - carterkozak/nextdns GitHub Wiki
Install
Enable SSH
- Open Control Panel
- Go to Services tab
- Check “Enable SSH services”
- Click Apply
- Go to the User tab
- Select the admin user
- Click edit…
- Uncheck “Disable this account”
- Click OK
- Change the password
To connect to SSH, use the root username with the admin password.
Install NextDNS
- Connect to the Synology using SSH
- Run the following command:
sh -c "$(curl -sL https://nextdns.io/install)" - Follow the instructions
- Configure your router DHCP to point DNS to the IP of your Synology
Note: it is also a good idea to set a static IP for your Synology
Upgrade
To upgrade to the last version, simply re-run the installer. If a new version is available, the upgrade action will added to the list of possible actions.
Troubleshooting
If the installation fail, please the installer in debug mode and contact us at [email protected] with the transcript of the installation:
DEBUG=1 sh -c "$(curl -sL https://nextdns.io/install)"