Skip to content

Commit

Permalink
Remove invalid domain from dns mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Jan 10, 2025
1 parent 44c753d commit 2295293
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Source/non_ip/direct.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ export const DIRECTS = {
'$injections.adguard.org',
'$local.adguard.org',
// Auto Discovery
'+_tcp',
'+bogon',
'+_msdcs'
'+bogon'
]
}
} as const satisfies Record<string, DNSMapping>;
Expand Down

0 comments on commit 2295293

Please sign in to comment.