A simple ad-blocker for Synology devices
The main goal of this project is to setup a simple ad-blocking service that will work on all LAN-connected devices. In order to keep things simple, an additional goal is to run this service on the Synology NAS that already provides many file and network services (including DNS) for the LAN. Because the DNS service is in active use on the Synology device, many solutions (like the very nice Pi-hole package) are not workable as there are conflicts over the DNS port. This solution has a minimal impact on the standard Synology system and so should be largely free of unwanted side effects and be "update friendly".
There are several advantages of enabling a LAN-wide ad-blocking service over traditional browser plugins:
- It's easier to maintain than ensuring all browsers have the appropriate plugins and remain updated on all devices
- It works for mobile devices (phones, tablets, etc.) for both browser and apps
- It is effective even on devices not allowed to be modified, e.g. school-owned tablets
This project requires some familiarity with the basic Unix system and tools. Additionally, access to the Synology admin interface is requried. This project does involve access to the internals to your system. As such, there is always the risk of an accident or mistake leading to irrecoverable data loss. Be mindful when logged onto your system -- especially when performing any action as root or admin.
This project should be completed in 30-60 minutes.
This service requires the following skills:
- Editing files on a Unix system (e.g.
vi
,nano
) - Setting up a DNS zone via the web-based DSM interface
- SSH access
- Standard Unix tools (
sudo
,chown
,chmod
,mv
,cd
,ls
,wget
,cat
, etc.) - Administration/root access to the Synology device
These instructions have been verified as working on a Synology DS1513+ running DSM 6.1-15047 Update 2.
- Log in as adminstrator to the Synology DSM (administration interface)
- In the Package Center, open the "DNS Server" app.
- Select the "Zones" tab and create a new Master Zone.
- Fill in the following fields as follows:
- Domain Type: Forward Zone
- Domain Name:
null.zone.file
- Master DNS Server:
<IP Address of your Synology Device>
- Serial Format: Date (YYYYMMDDNN)
- Enable "Limit zone update" but do not set any values for it.
- (Optional) Set a limit on the Zone Transfer rules to restrict it to your LAN.
- (Optional) Set a limit on the source IP rules to restrict it to your LAN.
The Domain Name must be null.zone.file
and the Serial Format must be set as Date
as that is what the updater script requires. The blocked zones must reference a static zone configuration file and so the "Limit zone update" must be enabled with no values so that the resulting configuration file is generated with the line allow-update {none;};
. The Master DNS Server should have the same IP address as your Synology device. (Don't fret over this; it will be overwritten later.)
- SSH as the administrator to the Synology device
- Navigate to the appropriate directory
cd /usr/local/bin
- Download the
ad-blocker.sh
scriptsudo wget -O ad-blocker.sh "https://raw.githubusercontent.com/steventblack/ad-blocker/master/ad-blocker.sh"
- Change the owner and permissions of the script
sudo chown root:root ad-blocker.sh
sudo chmod +x ad-blocker.sh
- Verify the script executes properly
sudo ./ad-blocker.sh
- Verify
/var/packages/DNSServer/target/named/etc/zone/data/ad-blocker.db
exists and has ~200k of data - Verify
/var/packages/DNSServer/target/named/etc/zone/data/null.zone.file
has the lineinclude "/etc/zone/data/ad-blocker.db";
- Verify
/var/packages/DNSServer/target/named/etc/zone/master/null.zone.file
is updated with the correct serial number
The ad-blocking functionality should now be in effect. You can test the effectiveness by disabling any ad-blocking plugins in your browser and navigating to any ad-laden website to verify ads remain suppressed. Mobile devices should similarly be tested.
- Log in as administrator to the Synology DSM (administration interface)
- Open up the "Control Panel" app.
- Select the "Task Scheduler" service.
- Create a new Scheduled Task for a user-defined script.
- For the "General" tab, fill in the fields as follows:
- Task:
Ad-blocker Update
- User:
root
- Enabled: (checked)
- Task:
- For the "Schedule" tab, fill in fields as follows:
- Run on the following days: Daily
- First run time:
03:20
- Frequency: once a day
- For the "Task Settings" tab, fill in the fields as follow:
- Send run details by email:
<your email here>
- User defined script:
sudo /usr/local/bin/ad-blocker.sh
- Send run details by email:
The run time should be set to run no more than once a day and be performed at an off-peak traffic time. The block lists don't change that frequently so be courteous to the provider. It is not strictly necessary to have the run details sent via email, but enabling it may help if there's a need to troubleshoot.
User-defined blacklist/whitelist functionality has been added to allow personalized rules to either enhance blocking or permit access. Templates for the configuration files of this functionality are automatically created upon the initial run of the ad-blocker.sh
script.
A user-defined blacklist functionality is available to add custom domains into the block list. This may help fill in any "gaps" for domains not captured by the yoyo.org block list. There is no harm if a domain appears in both the user-specified black list and the main list as the scripts will detect the duplicate and skip over any redundant mentions.
- SSH as the administrator to the Synology device
- Navigate to the appropriate directory
cd /usr/local/etc
- Open
ad-blocker-bl.conf
for editingsudo vi ad-blocker-bl.conf
- Add additional fully-qualified domains (one per line) and save the file
- Example:
ad.example.com
- Comments are indicated by a
#
as the first character on a line
- Example:
- Re-run the
ad-blocker.sh
script to pick up the changes (or wait until next scheduled time)cd /usr/local/bin
sudo ./ad-blocker.sh
The user-defined whitelist allows specified domains to continue to work despite their appearance in either the Block list or the blacklist. Note that the whitelist is applied last, regardless as to the the source of the domain.
- SSH as the administrator to the Synology device
- Navigate to the appropriate directory
cd /usr/local/etc
- Open
ad-blocker-wl.conf
for editingsudo vi ad-blocker-wl.conf
- Add additional fully-qualified domains (one per line) and save the file
- Example:
ad.example.com
- Comments are indicated by a
#
as the first character on a line
- Example:
- Re-run the
ad-blocker.sh
script to pick up the changes (or wait until next scheduled time)cd /usr/local/bin
sudo ./ad-blocker.sh
127.0.0.1 officeclient.microsoft.com 127.0.0.1 login.windows.net 127.0.0.1 nexus.officeapps.live.com 127.0.0.1 odc.officeapps.live.com 127.0.0.1 templateservice.office.com
127.0.0.1 acroipm2.adobe.com 127.0.0.1 armmf.adobe.com
127.0.0.1 ctldl.windowsupdate.com