RStudio and Forza Horizon 6 don't work when routed trough AdGuard - #78
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request expands Windows “route traffic through AdGuard” compatibility handling by adding two new application entries to the route-exclusion list, so affected apps can be excluded from routing when AdGuard causes connectivity issues.
Changes:
- Added a new route exclusion entry for RStudio (
rstudio.exe,rsession.exe) with registry-based install detection in both HKLM and HKCU. - Added a new route exclusion entry for Forza Horizon 6 (
forzahorizon6.exe) with a Steam App uninstall registry key install check (AppID2483190). - Linked both entries to the tracking issue documenting the incompatibility.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
adbuker
approved these changes
Sep 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the
windows/route_exclusions_apps.jsonfile to expand application compatibility handling. The main changes are the addition of route exclusion entries for two new applications, RStudio and Forza Horizon 6, each with their respective executable names and installation detection logic.New application exclusions:
RStudio, specifying its executables (rstudio.exe,rsession.exe) and registry-based installation checks for both local machine and current user.Forza Horizon 6, specifying its executable (forzahorizon6.exe) and registry-based installation check for the Steam app.