Patch to disable access to dataupdate7.synology.com
This commit is contained in:
parent
3e8b8f22b1
commit
2fb2cedf3f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue