0
How to install DOH on a Ubiquiti ER-X
I followed the instructions and ran the following command in SSH
sh -c 'sh -c "$(curl -sL https://nextdns.io/install)"'
I am not prompted to input anything. Also, how do i uninstall it, if I even installed it in the first place or how do I check if it was installed?
I also tried
nestdns stop
nextdns start
nextdns uninstall
All are returned as unknown commands.
Thanks!
4 replies
-
What do you get as the output from:
sh -c 'DEBUG=1 sh -c "$(curl -sL https://nextdns.io/install)"'
-
Nothing happens, Its just same as before
admin@router:~$ sh -c 'sh -c "$(curl -sL https://nextdns.io/install)"'
admin@router:~$ sh -c 'DEBUG=1 sh -c "$(curl -sL https://nextdns.io/install)"'
-
You probably have to be 'root' to run the command. Running sudo -s should work.
Content aside
- 2 yrs agoLast active
- 4Replies
- 208Views
-
3
Following