Star Brilliant and GitHub
f25e9a706d
Merge pull request #112 from 1574242600/patch-1
...
Fix not working example docker command
2021-07-15 19:04:41 -04:00
Nworm and GitHub
a2e3b0cd4b
readme: fix not working example docker command
2021-07-15 22:40:57 +08:00
Star Brilliant and GitHub
f172a7b7fb
Merge pull request #110 from gdm85/fix/simplify
...
Simplify doDNSQuery call
2021-05-15 12:16:35 +00:00
Star Brilliant and GitHub
56a01679ad
Merge pull request #108 from gdm85/fix/add-gh-action
...
Add GitHub actions to build master and each PR
2021-05-14 16:39:28 +00:00
Star Brilliant and GitHub
05c3b1676d
Merge pull request #107 from gdm85/fix/verbose-logging
...
Log for response patching only when verbose is enabled
2021-05-13 21:17:46 +00:00
gdm85
5af0d538ca
Remove deps download, modern Go does it automatically
2021-05-13 19:20:46 +02:00
gdm85
0bbd26c1b5
Use Go 1.13
2021-05-13 19:19:44 +02:00
gdm85
8a13f085a6
Simplify doDNSQuery call
2021-05-13 19:15:54 +02:00
gdm85
849bc584cc
Add GitHub actions to build master and each PR
2021-05-13 19:00:58 +02:00
gdm85
5f8371817b
Log for response patching only when verbose is enabled
2021-05-13 18:54:09 +02:00
Star Brilliant
2e36b4ebcd
New minimum Go version
2021-04-02 22:23:50 +00:00
Star Brilliant
02dbd9d954
Bump to version 2.2.6
2021-03-25 14:31:03 +00:00
Star Brilliant
0a76416f8e
Release 2.2.5
v2.2.5
2021-03-25 14:30:44 +00:00
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