Skip to content

Commit

Permalink
new servers
Browse files Browse the repository at this point in the history
  • Loading branch information
startx2017 committed May 23, 2020
1 parent f2808da commit 32cfa88
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 32 deletions.
18 changes: 9 additions & 9 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for fdns 0.9.62.6.
# Generated by GNU Autoconf 2.69 for fdns 0.9.63.
#
# Report bugs to <netblue30@yahoo.com>.
#
Expand Down Expand Up @@ -580,8 +580,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='fdns'
PACKAGE_TARNAME='fdns'
PACKAGE_VERSION='0.9.62.6'
PACKAGE_STRING='fdns 0.9.62.6'
PACKAGE_VERSION='0.9.63'
PACKAGE_STRING='fdns 0.9.63'
PACKAGE_BUGREPORT='netblue30@yahoo.com'
PACKAGE_URL='https://firejail.wordpress.com'

Expand Down Expand Up @@ -1251,7 +1251,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures fdns 0.9.62.6 to adapt to many kinds of systems.
\`configure' configures fdns 0.9.63 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1313,7 +1313,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of fdns 0.9.62.6:";;
short | recursive ) echo "Configuration of fdns 0.9.63:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1406,7 +1406,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
fdns configure 0.9.62.6
fdns configure 0.9.63
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1708,7 +1708,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by fdns $as_me 0.9.62.6, which was
It was created by fdns $as_me 0.9.63, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -4496,7 +4496,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by fdns $as_me 0.9.62.6, which was
This file was extended by fdns $as_me 0.9.63, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -4550,7 +4550,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
fdns config.status 0.9.62.6
fdns config.status 0.9.63
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#

AC_PREREQ([2.68])
AC_INIT(fdns, 0.9.62.6, netblue30@yahoo.com, , https://firejail.wordpress.com)
AC_INIT(fdns, 0.9.63, netblue30@yahoo.com, , https://firejail.wordpress.com)
AC_CONFIG_SRCDIR([src/fdns/main.c])

AC_CONFIG_MACRO_DIR([m4])
Expand Down
83 changes: 61 additions & 22 deletions etc/servers
Original file line number Diff line number Diff line change
Expand Up @@ -106,29 +106,32 @@ address: 51.15.124.208:443
host: dns.alekberg.net/
keepalive: 7

name: alekberg-adblocker
website: https://github.com/DNSCrypt/dnscrypt-resolvers/blob/master/v2/public-resolvers.md
zone: Europe
tags: Netherlands, Europe, adblocker
address: 51.15.124.208:443
host: dns.alekberg.net/noads
keepalive: 7
# server down
#name: alekberg-adblocker
#website: https://github.com/DNSCrypt/dnscrypt-resolvers/blob/master/v2/public-resolvers.md
#zone: Europe
#tags: Netherlands, Europe, adblocker
#address: 51.15.124.208:443
#host: dns.alekberg.net/noads
#keepalive: 7

name: alekberg2
website: https://github.com/DNSCrypt/dnscrypt-resolvers/blob/master/v2/public-resolvers.md
zone: Americas-West
tags: Washington, Americas, Americas-West
address: 104.168.247.138:443
host: dns2.alekberg.net/dns-query
keepalive: 7
# server down
#name: alekberg2
#website: https://github.com/DNSCrypt/dnscrypt-resolvers/blob/master/v2/public-resolvers.md
#zone: Americas-West
#tags: Washington, Americas, Americas-West
#address: 104.168.247.138:443
#host: dns2.alekberg.net/dns-query
#keepalive: 7

name: alekberg-adblocker2
website: https://github.com/DNSCrypt/dnscrypt-resolvers/blob/master/v2/public-resolvers.md
zone: Americas-West
tags: Washington, Americas, Americas-West, adblocker
address: 104.168.247.138:443
host: dns2.alekberg.net/noads
keepalive: 7
# server down
#name: alekberg-adblocker2
#website: https://github.com/DNSCrypt/dnscrypt-resolvers/blob/master/v2/public-resolvers.md
#zone: Americas-West
#tags: Washington, Americas, Americas-West, adblocker
#address: 104.168.247.138:443
#host: dns2.alekberg.net/noads
#keepalive: 7

# server down
#name: alekberg3
Expand Down Expand Up @@ -156,7 +159,7 @@ keepalive: 7
#address: 95.216.212.177:443
#host: doh-fi.blahdns.com/dns-query
#sni: yes
#keepalive: 4
#keepalive: 7
#
#name: blahdns-de
#website: https://blahdns.com
Expand Down Expand Up @@ -285,6 +288,15 @@ name: cloudflare-security
website: https://www.cloudflare.com
zone: Americas-East, Americas-West, Asia-Pacific, Europe
tags: anycast, security, Americas, Americas-East, Americas-West, Asia-Pacific, Europe
address: 1.1.1.2:443
host: security.cloudflare-dns.com/dns-query
sni: yes
keepalive: 180

name: cloudflare-security2
website: https://www.cloudflare.com
zone: Americas-East, Americas-West, Asia-Pacific, Europe
tags: anycast, security, Americas, Americas-East, Americas-West, Asia-Pacific, Europe
address: 1.0.0.2:443
host: security.cloudflare-dns.com/dns-query
sni: yes
Expand All @@ -299,6 +311,15 @@ host: family.cloudflare-dns.com/dns-query
sni: yes
keepalive: 180

name: cloudflare-family2
website: https://www.cloudflare.com
zone: Americas-East, Americas-West, Asia-Pacific, Europe
tags: family, Americas, Americas-East, Americas-West, Asia-Pacific, Europe
address: 1.1.1.3:443
host: family.cloudflare-dns.com/dns-query
sni: yes
keepalive: 180


# uncensored server redirected to cloudflare
name: containerpi
Expand Down Expand Up @@ -366,6 +387,15 @@ address: 149.56.228.45:453
host: dns2.dnscrypt.ca:453/dns-query
keepalive: 30

# very short keepalive, works fine on Firefox
#name: dnsforge
#website: https://dnsforge.de
#zone: Europe
#tags: Germany, Europe, adblocker
#address: 176.9.93.198:443
#host: dnsforge.de/dns-query
#keepalive: 2

name: dnslify
website: https://www.dnslify.com/
zone: Asia-Pacific, Americas-East, Americas-West, Asia-Pacific, Europe
Expand Down Expand Up @@ -486,6 +516,15 @@ address: 116.203.115.192:443
host: doh.libredns.gr/ads
keepalive: 30

# very short keepalive; works fine in Firefox
#name: meganerd
#website: https://meganerd.nl/encrypted-dns-server
#zone: Europe
#tags: Netherlands, Europe
#address: 209.250.241.25:443
#host: jarjar.meganerd.nl/doh
#keepalive: 3

name: nixnet
website: https://nixnet.services/dns/
zone: Americas-East, Americas-West, Europe
Expand Down

0 comments on commit 32cfa88

Please sign in to comment.