Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove EA services temporarily #245

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DarrenRainey
Copy link

@DarrenRainey DarrenRainey commented Jul 8, 2024

Removing EA services from cache temporarily as since the move from EA Origin to the EA app the config blocks updates to the EA app client.

What CDN does this PR relate to

ea.com

Does this require running via sniproxy

Untested

Capture method

wireshark / glasswire
image

Testing Scenario

Home / Small LAN

Tested by running the current version of cache_domains - EA app fails to download up with error code - EC10005,
Added several domains during testing via wireshark / glasswire logs - no change, additional ea.com appeared to be blocked when attempting to access via a browser with a 301 cache miss in lancache monolithic logs

Testing Configuration

docker run --restart unless-stopped --name lancache --add-host=git.lab.net:192.168.1.117 --detach -v /cache/data:/data/cache -v /cache/logs:/data/logs -p 80:80 -e CACHE_DOMAINS_REPO="http://git.lab.net/Darren/cache-domains.git" -e CACHE_DOMAINS_BRANCH="master" -e UPSTREAM_DNS="1.1.1.1 1.0.0.1 8.8.8.8 8.8.4.4" -e CACHE_MAX_AGE=365d lancachenet/monolithic:latest
docker run --restart unless-stopped --name lancache-dns --add-host=git.lab.net:192.168.1.117 --detach -p 53:53/udp -e USE_GENERIC_CACHE=true -e LANCACHE_IP=192.168.1.5 -e CACHE_DOMAINS_REPO="http://git.lab.net/Darren/cache-domains.git" -e CACHE_DOMAINS_BRANCH="master" lancachenet/lancache-dns:latest

note: that git server listed in docker commands above is a local clone of this git repo for testing purposes / custom domains. However remains identical with this repo during testing.

EA appear appears to attempt to download via akami cdn's in my case before removing the origin config it was attempting to download the update via e16616.e12.akamaiedge.net however would hang or through a failed to download message regardless if added into the config or not.

Sniproxy output

Please paste the output from docker logs <sniproxy container name/id> | sed 's/.*\:443 \[//;s/\].*//' | sort | uniq -c below

Not applicable

Removing EA services from cache temporarly as since the move from EA Origin to the EA app the config blocks updates to the EA app client.
@DarrenRainey DarrenRainey changed the title Remove EA services temporaliy Remove EA services temporarily Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant