Compare commits

...

3 Commits

Author SHA1 Message Date
Jake Shirley
3667cc7f6d
Merge dfbc9bed207065d432194c5370d11bf285361b58 into a5b073d070cbdcd9f66a7cf9e2ff7d8479aeb1ab 2025-02-18 19:52:43 -08:00
Ainar Garipov
a5b073d070 Pull request 2344: fix-chlog
Some checks are pending
build / test (macOS-latest) (push) Waiting to run
build / test (ubuntu-latest) (push) Waiting to run
build / test (windows-latest) (push) Waiting to run
build / build-release (push) Blocked by required conditions
build / notify (push) Blocked by required conditions
lint / go-lint (push) Waiting to run
lint / eslint (push) Waiting to run
lint / notify (push) Blocked by required conditions
Merge in DNS/adguard-home from fix-chlog to master

Squashed commit of the following:

commit 3f209c99936f40ec67acd70e64f53368adac83dd
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Tue Feb 18 19:45:25 2025 +0300

    all: fix chlog
2025-02-18 19:54:36 +03:00
Jake Shirley
dfbc9bed20 Added Minecraft (Bedrock) endpoints to Minecraft service block list 2023-01-22 18:45:01 -08:00
2 changed files with 3 additions and 1 deletions

View File

@ -28,7 +28,7 @@ NOTE: Add new changes BELOW THIS COMMENT.
### Changed ### Changed
- The *Fastest IP adddress* upstream mode now collects statistics for the all upstream DNS servers. - The *Fastest IP address* upstream mode now collects statistics for the all upstream DNS servers.
### Fixed ### Fixed

View File

@ -1980,6 +1980,8 @@ var blockedServices = []blockedService{{
"||minecraft.net^", "||minecraft.net^",
"||minecraftservices.com^", "||minecraftservices.com^",
"||mojang.com^", "||mojang.com^",
"||20ca2.playfabapi.com^", // Bedrock PlayFab Services (Login, Marketplace, etc.)
"||minecraft-services.net^", // Bedrock Services (Realms)
}, },
}, { }, {
ID: "nebula", ID: "nebula",