Skip to content

Commit

Permalink
Merge pull request #259 from jumpsmm7/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
jumpsmm7 authored Aug 15, 2021
2 parents eb36371 + 2fc94e2 commit a946ed0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions installer
Original file line number Diff line number Diff line change
Expand Up @@ -1416,12 +1416,12 @@ setup_dnscrypt_impl () {
toml_avar_enable disabled_server_names
local PHX
for PHX in servers relays; do
toml_nvars_replace "# [sources.'odoh-${PHX}']" "[sources.'odoh-${PHX}']" "$TOML_FILE"
toml_nvars_replace "# urls = ['https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v3/odoh-${PHX}.md', 'https://download.dnscrypt.info/resolvers-list/v3/odoh.md', 'https://ipv6.download.dnscrypt.info/resolvers-list/v3/odoh.md', 'https://download.dnscrypt.net/resolvers-list/v3/odoh-${PHX}.md']" "urls = ['https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v3/odoh-${PHX}.md', 'https://download.dnscrypt.info/resolvers-list/v3/odoh.md', 'https://ipv6.download.dnscrypt.info/resolvers-list/v3/odoh.md', 'https://download.dnscrypt.net/resolvers-list/v3/odoh-${PHX}.md']" "$TOML_FILE"
toml_nvars_replace "# cache_file = 'odoh-${PHX}.md'" "cache_file = 'odoh-${PHX}.md'" "$TOML_FILE"
toml_nvars_replace "# minisign_key = 'RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3'" "minisign_key = 'RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3'" "$TOML_FILE"
toml_nvars_replace "# refresh_delay = 24" "refresh_delay = 24" "$TOML_FILE"
toml_nvars_replace "# prefix = ''" "prefix = ''" "$TOML_FILE"
toml_nvars_replace "# [sources.'odoh-${PHX}']" " [sources.'odoh-${PHX}']" "$TOML_FILE"
toml_nvars_replace "# urls = ['https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v3/odoh-${PHX}.md', 'https://download.dnscrypt.info/resolvers-list/v3/odoh.md', 'https://ipv6.download.dnscrypt.info/resolvers-list/v3/odoh.md', 'https://download.dnscrypt.net/resolvers-list/v3/odoh-${PHX}.md']" " urls = ['https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v3/odoh-${PHX}.md', 'https://download.dnscrypt.info/resolvers-list/v3/odoh.md', 'https://ipv6.download.dnscrypt.info/resolvers-list/v3/odoh.md', 'https://download.dnscrypt.net/resolvers-list/v3/odoh-${PHX}.md']" "$TOML_FILE"
toml_nvars_replace "# cache_file = 'odoh-${PHX}.md'" " cache_file = 'odoh-${PHX}.md'" "$TOML_FILE"
toml_nvars_replace "# minisign_key = 'RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3'" " minisign_key = 'RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3'" "$TOML_FILE"
toml_nvars_replace "# refresh_delay = 24" " refresh_delay = 24" "$TOML_FILE"
toml_nvars_replace "# prefix = ''" " prefix = ''" "$TOML_FILE"
done
choose_dnscrypt_server
PTXT "$INFO Evaluating the possibilities for other dnscrypt-proxy configurations such as relay support..."
Expand Down
2 changes: 1 addition & 1 deletion installer.md5sum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
acf15ae755b91c5ef92aadb39c246d57
d18cc22a6fec15f2b30790ab6a75c6b7

0 comments on commit a946ed0

Please sign in to comment.