diff --git a/windows/route_exclusions_apps.json b/windows/route_exclusions_apps.json index cf75f1e..b937d01 100644 --- a/windows/route_exclusions_apps.json +++ b/windows/route_exclusions_apps.json @@ -516,5 +516,19 @@ } ], "public_issue_url": "https://github.com/AdguardTeam/CompatibilityIssues/issues/77" + }, + { + "name": "Terraria", + "executable_names": [ + "Terraria.exe", + "TerrariaServer.exe" + ], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Steam App 105600" + } + ], + "public_issue_url": "https://github.com/AdguardTeam/CompatibilityIssues/issues/79" } ]