From 2fb2cedf3f9de118d6b885eb2491fabd046ec630 Mon Sep 17 00:00:00 2001 From: pocopico Date: Tue, 12 Apr 2022 17:14:41 +0300 Subject: [PATCH] Patch to disable access to dataupdate7.synology.com --- config/_common/ramdisk-004-network-hosts.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/_common/ramdisk-004-network-hosts.patch b/config/_common/ramdisk-004-network-hosts.patch index f47cc40..b6c953b 100644 --- a/config/_common/ramdisk-004-network-hosts.patch +++ b/config/_common/ramdisk-004-network-hosts.patch @@ -1,8 +1,8 @@ ---- a/etc/hosts -+++ b/etc/hosts +--- /etc/hosts ++++ /etc/hosts @@ -2,3 +2,5 @@ # that require network functionality will fail. - 127.0.0.1 localhost - ::1 localhost -+127.0.0.1 update7.synology.com -+127.0.0.1 dataupdate7.synology.com + 127.0.0.1 localhost + ::1 localhost ++127.0.0.1 update7.synology.com ++127.0.0.1 dataupdate7.synology.com