This is based on a guide on the Ubnt forums.
Log into your Edgerouter and run the following - sudo -i && vi /config/user-data/update-adblock-dnsmasq.sh
This will switch you to the root user and open up vi.
#!/bin/bash
This is based on a guide on the Ubnt forums.
Log into your Edgerouter and run the following - sudo -i && vi /config/user-data/update-adblock-dnsmasq.sh
This will switch you to the root user and open up vi.
#!/bin/bash
| Black_Normal = '#000000' | |
| Red_Normal = '#ff5b52' | |
| Green_Normal = '#85ba7b' | |
| Yellow_Normal = '#ffba34' | |
| Blue_Normal = '#3d9e98' | |
| Magenta_Normal = '#a73aeb' | |
| Cyan_Normal = '#19dcde' | |
| White_Normal = '#e7e7e7' | |
| Black_Bright = '#4f675a' | |
| Red_Bright = '#ff4c52' |
| <snippet> | |
| <content><![CDATA[ | |
| var key; | |
| for (key in ${1:Object}) { | |
| // Avoid Prototypes | |
| if (${1:Object}.hasOwnProperty(key)) { | |
| ${3://Actions} | |
| } | |
| } |