Skip to content

Commit

Permalink
remove Alternate DNS due to long response time
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty541 committed Sep 30, 2023
1 parent 7de6262 commit 1419498
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ lazy_static::lazy_static! {
dns_entry!("OpenDNS Home", (208, 67, 220, 220), 53),
dns_entry!("CleanBrowsing", (185, 228, 168, 9), 53),
dns_entry!("CleanBrowsing", (185, 228, 169, 9), 53),
dns_entry!("Alternate DNS", (76, 76, 19, 19), 53),
dns_entry!("Alternate DNS", (76, 223, 122, 150), 53),
dns_entry!("AdGuard DNS", (94, 140, 14, 14), 53),
dns_entry!("AdGuard DNS", (94, 140, 15, 15), 53),
];
Expand Down

0 comments on commit 1419498

Please sign in to comment.