How to block EAC
Hello, I looked into the EAC files and found the IP adresses / domains what DbD wants to connect to.
These are:
94.237.80.40
and
download.eac-cdn.com
So I thought: What about blocking them in the hosts file, so they will not receive the data they want?
So:
Step 1: Open NOTEPAD as administrator.
Step 2: Go to your system32 path and find the hosts file:
Usually here: C:\Windows\System32\drivers\etc
Step 3: Open hosts file
Step 4: Paste:
And voila! You're safe.
EDIT: You basically have to block every adress 94.237.*
These are:
94.237.80.40
and
download.eac-cdn.com
So I thought: What about blocking them in the hosts file, so they will not receive the data they want?
So:
Step 1: Open NOTEPAD as administrator.
Step 2: Go to your system32 path and find the hosts file:
Usually here: C:\Windows\System32\drivers\etc
Step 3: Open hosts file
Step 4: Paste:
Code:
127.0.0.1 download.eac-cdn.com 127.0.0.1 94.237.80.40 127.0.0.1 94.237.* 127.0.0.1 download-alt.easyanticheat.net 127.0.0.1 104.28.*
EDIT: You basically have to block every adress 94.237.*





