Skip to content

Commit

Permalink
Update dns 119.29.29.29
Browse files Browse the repository at this point in the history
  • Loading branch information
itouakirai authored Sep 5, 2024
1 parent 23c30f8 commit 5aeacc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ static inline void init() {
setenv("https_proxy", args_info.proxy_arg, 1);
}

static const char *resolvers[2] = {"1.1.1.1", "1.0.0.1"};
static const char *resolvers[2] = {"1.1.1.1", "119.29.29.29"};
_resolv_set_nameservers_for_net(0, resolvers, 2, ".");
#ifndef MyRelease
subhook_install(subhook_new(
Expand Down

0 comments on commit 5aeacc5

Please sign in to comment.