Star Brilliant and GitHub
82c50163c1
Merge pull request #99 from amincheloh/patch-1
...
Fix not working example docker command
2021-01-26 19:24:34 +08:00
Amin Cheloh and GitHub
d5c1c592f6
Fix not working example docker command
2021-01-25 14:30:26 +07:00
Alex Chauvin and GitHub
1cf98e87c9
add client certificate authentication ( #98 )
...
* add client certificate authentication
* fix #97 for ECS forward local addresses
2021-01-08 08:34:25 +00:00
Satish Gaikwad and GitHub
e7461f2d85
Documentation update: Docker example update ( #96 )
...
* Set traefik container version to 2.3 in docker-compose example. This supports recent lets encrypt changes.
* Remove docker swarm related references. Docker swarm example is no more valid. Docker compose is the best example available atm.
2020-12-27 13:25:25 +00:00
Star Brilliant
608394e2d2
Bump to version 2.2.5
2020-12-06 22:53:33 +00:00
Star Brilliant
eb166ececa
Release 2.2.4
v2.2.4
2020-12-06 22:52:35 +00:00
Star Brilliant
f557e4aa29
Reformat the code
2020-11-24 12:38:16 +00:00
Alex Chauvin and GitHub
967faec56c
add options for ECS full subnet mask in server & TLS verification bypass in client ( #92 )
...
* add ECS full size & limit filtering
* add tls certification bypass in configuration
* flush log lines
* changes following pull request comments
* with fmt and reorg of libs in client.go
2020-11-24 12:35:23 +00:00
Star Brilliant
2aa7370aaf
Bump to version 2.2.4
2020-11-22 13:27:30 +00:00
Star Brilliant
b63e86bab3
Release 2.2.3
v2.2.3
2020-11-22 13:26:41 +00:00
Star Brilliant and GitHub
7c96cd4436
Merge pull request #91 from dwoffinden/patch-1
...
Fix an inconsistency in the example doh-client.conf
2020-11-22 13:17:44 +00:00
Daniel Woffinden and GitHub
f5f1a8f3f4
Fix an inconsistency in the example doh-client.conf
...
Above, it was said that 8.8.8.8 had good ECS, so don't contradict that further down.
This confused a reviewer of https://github.com/NixOS/nixpkgs/pull/104530 :)
2020-11-22 12:18:12 +00:00
Star Brilliant
4f46b89feb
Resolve (some) linter warnings
2020-08-02 05:58:24 +08:00
Star Brilliant
2c7e70466e
Rewrite globalip_test
2020-08-02 05:53:21 +08:00
Star Brilliant and GitHub
88f9ef84d1
Merge pull request #83 from sanyo0714/globalip_use_iptree
...
Use ipTree to determine the global IP
2020-08-02 05:02:15 +08:00
Star Brilliant and GitHub
63bceea638
Merge branch 'master' into globalip_use_iptree
2020-08-02 05:01:56 +08:00
Star Brilliant
16120fdc11
Bump to version 2.2.3
2020-08-02 04:44:31 +08:00
Star Brilliant
b2fcfb706c
Release 2.2.2
v2.2.2
2020-08-02 04:43:22 +08:00
Star Brilliant and GitHub
64e9375e3b
Merge pull request #85 from leiless/alidns-json-Question
...
json-dns/response.go: Fix variant question response in Response.Question
2020-08-02 02:46:52 +08:00
leixiang
34feec9f5d
json-dns/response.go: Fix variant question response in Response.Question
...
Known affected DoH server:
https://www.alidns.com/faqs/#dns-safe
2020-08-01 13:26:35 +08:00
Star Brilliant
6d30a12d5f
Pass X-Real-IP to handlers.CombinedLoggingHandler
...
Note that X-Forwarded-For or guessed client IP are not used due to security concerns.
This should fix issue #71 .
2020-07-30 20:44:18 +08:00
sanyo
0c878a6ad7
change git ignore
2020-07-29 10:50:38 +08:00
Star Brilliant
a8aed7e09a
Use ExchangeClient for DNS request
2020-07-26 22:09:24 +08:00
sanyo
31ea7c520d
Use ipTree to determine the global IP
2020-07-16 17:11:34 +08:00
Star Brilliant and GitHub
6e99d8153a
Merge pull request #78 from leiless/DNSSEC-OK
...
[JSON-DOH] Honor DNSSEC OK flag for incoming DNS requests
2020-04-19 14:49:55 +08:00
Star Brilliant and GitHub
2d4495a0dd
Merge pull request #79 from leiless/json-fix-empty-rr-names
...
[JSON-DOH] Fix DNS response empty []RR.Name
2020-04-19 14:49:07 +08:00
leixiang
b30056a590
doh-client/google.go: [JSON-DOH] Fix DNS response empty []RR.Name
...
Cloudflare JSON DOH may return empty RR names if r.Question[0].Name is "."
Which causes malformed DNS response
2020-04-19 11:28:28 +08:00
leixiang
b92da52539
.gitignore: Ignore make output binaries
2020-04-19 11:02:16 +08:00
leixiang
f43d2c69e0
doh-client/google.go: [JSON-DOH] Honor DNSSEC OK flag for incoming DNS requests
2020-04-19 10:57:03 +08:00
Star Brilliant and GitHub
5f1f418664
Merge pull request #77 from Henrocker/patch-1
...
Upgrade Caddyfile config to v2 and drastically reduce size.
2020-04-10 23:30:01 +08:00
Henrik and GitHub
9a316a56a8
Upgrade Caddyfile config to v2 and drastically reduce size.
...
Since Caddy v2 is in RC state, config should be updates to v2. Also config has been simplified a lot.
Running example with this config: https://dns.hnrk.io/dns
Cheers and happy easter 😊 !
2020-04-10 17:05:37 +02:00
Star Brilliant and GitHub
81b977ca11
Merge pull request #76 from satishweb/master
...
Docker compose based doh-server setup example
2020-04-05 20:42:36 +08:00
Satish Gaikwad
b7d252de7b
Added arch types
2020-04-05 02:45:01 -07:00
Satish Gaikwad
e12b87b48d
Enhanced documentation. Added Docker compose based doh-server deployment example.
2020-04-05 02:33:20 -07:00
Star Brilliant and GitHub
09bdfe2b14
Merge pull request #75 from buckaroogeek/pihole
...
Added pi-hole as potential dnssec validator
2020-04-04 15:21:35 +08:00
Bradley G Smith
a84b65dd56
expose container to port 53/upd
2020-04-03 10:58:57 -07:00
Bradley G Smith
540f6e3043
Added pi-hole as potential dnssec validator
2020-04-03 08:07:34 -07:00
Star Brilliant and GitHub
7db67db247
Merge pull request #74 from satishweb/master
...
Added example configuration for Docker Flow Proxy + Docker
2020-04-03 10:49:39 +08:00
Satish Gaikwad
026d89ac8d
Added info on ipv6 support. Added simple docker run example in installation section
2020-04-02 10:42:33 -07:00
Satish Gaikwad
8228ea6299
Added example configuration for Docker Flow Proxy + Docker
2020-04-01 14:54:09 -07:00
Star Brilliant and GitHub
59f79fb666
Merge pull request #67 from monperrus/patch-1
...
doc: document upstream_selector
2020-02-05 00:41:24 +08:00
Martin Monperrus and GitHub
502caabd15
doc: document upstream_selector
...
fix #66
2020-02-04 15:39:29 +00:00
Star Brilliant and GitHub
f151c90e9d
Merge pull request #61 from m13253/feature/no_ecs_arg
...
Allow client opt-out of EDNS0 Client Subnet
2019-11-11 12:21:41 +08:00
James Swineson
d8e3969640
add no_ecs argument in query string support
2019-11-11 10:11:25 +08:00
Star Brilliant
475ef65f57
Bump version to 2.2.2
2019-10-29 06:07:30 +08:00
Star Brilliant
72165bffff
Release 2.2.1
v2.2.1
2019-10-29 06:07:09 +08:00
Star Brilliant
82317bd63e
Remove weird logs, fix #59
2019-10-29 03:23:00 +08:00
Star Brilliant
acf3e3c328
Bump version to 2.2.1
2019-10-27 22:41:14 +08:00
Star Brilliant
b708ff47b9
Release 2.2.0
v2.2.0
2019-10-27 22:40:48 +08:00
Star Brilliant and GitHub
4f4966878f
Merge pull request #58 from gdm85/master
...
Add support for DNS-over-TLS upstream resolvers
2019-10-16 19:18:26 +08:00