Commit Graph

683 Commits

Author SHA1 Message Date
Revertron bbbff180a7 Merge pull request #162 from Revertron/dependabot/cargo/serde_json-1.0.68
Bump serde_json from 1.0.67 to 1.0.68
2021-09-27 12:27:46 +02:00
dependabot[bot] d55bbe13fc Bump serde_json from 1.0.67 to 1.0.68
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.67 to 1.0.68.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.67...v1.0.68)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-27 03:05:15 +00:00
dependabot[bot] 0f9f58a392 Bump simplelog from 0.10.0 to 0.10.1
Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.10.0 to 0.10.1.
- [Release notes](https://github.com/drakulix/simplelog.rs/releases)
- [Changelog](https://github.com/Drakulix/simplelog.rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/drakulix/simplelog.rs/compare/v0.10.0...v0.10.1)

---
updated-dependencies:
- dependency-name: simplelog
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-27 03:05:10 +00:00
Revertron 2f577c6665 Fixed sending domain info with "'" to UI. 2021-09-22 11:52:56 +02:00
Revertron 522a75d511 Added an option to save current node status to file. 2021-09-21 15:25:42 +02:00
Revertron c56fd4962b Fixed build generation script. 2021-09-16 19:44:06 +02:00
Revertron 96b719024d Added some info to readme. 2021-09-16 18:26:29 +02:00
Revertron 82ccffbbb7 Made DoH feature optional to be able to create new builds for MIPSes. 2021-09-15 23:56:51 +02:00
Revertron 6eb185f76a Removed async dnsclient in favor of internal implementation. 2021-09-15 16:06:10 +02:00
Revertron 88bca10fbc Merge pull request #158 from dm9pZCAq/master
README.md: add installation instruction for Gentoo
2021-09-15 01:20:44 +02:00
dm9pZCAq 1977dc5c37 README.md: add installation instruction for Gentoo 2021-09-13 17:13:31 +03:00
Revertron 74d0ceba22 Merge pull request #157 from Revertron/dependabot/cargo/num-bigint-0.4.2
Bump num-bigint from 0.4.1 to 0.4.2
2021-09-13 10:54:26 +02:00
Revertron 1754bcc896 Merge pull request #156 from Revertron/dependabot/cargo/sha2-0.9.8
Bump sha2 from 0.9.6 to 0.9.8
2021-09-13 10:54:00 +02:00
dependabot[bot] 5af74a1e5c Bump num-bigint from 0.4.1 to 0.4.2
Bumps [num-bigint](https://github.com/rust-num/num-bigint) from 0.4.1 to 0.4.2.
- [Release notes](https://github.com/rust-num/num-bigint/releases)
- [Changelog](https://github.com/rust-num/num-bigint/blob/master/RELEASES.md)
- [Commits](https://github.com/rust-num/num-bigint/compare/num-bigint-0.4.1...num-bigint-0.4.2)

---
updated-dependencies:
- dependency-name: num-bigint
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-13 03:04:41 +00:00
dependabot[bot] cdfa19a98e Bump sha2 from 0.9.6 to 0.9.8
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.9.6 to 0.9.8.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.9.6...sha2-v0.9.8)

---
updated-dependencies:
- dependency-name: sha2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-13 03:04:35 +00:00
Revertron a1099e54f0 Fixed CNAME resolution test. 2021-09-12 13:47:05 +02:00
Revertron 7b79f86e17 Fixed inadequate response packet lengths and made proper CNAME resolution. 2021-09-12 13:03:10 +02:00
Revertron 2b57d07da5 Optimized requests handling. 2021-09-10 16:30:17 +02:00
Revertron 903a3b1550 Fixed OPT record forwarding. 2021-09-09 18:18:03 +02:00
Revertron 9fe8fa31eb Fixed test. 2021-09-08 19:59:10 +02:00
Revertron d2db6731aa Merge remote-tracking branch 'origin/master'
# Conflicts:
#	Cargo.lock
#	Cargo.toml
#	alfis.toml
#	src/dns/client.rs
#	src/dns/context.rs
2021-09-08 17:54:03 +02:00
Revertron 08328c95fe Added DNS-over-HTTPS support for forwarded queries. 2021-09-08 17:53:38 +02:00
Revertron 523ec3ec4c Merge pull request #154 from Revertron/dependabot/cargo/num-bigint-0.4.2
Bump num-bigint from 0.4.1 to 0.4.2
2021-09-06 12:00:31 +02:00
dependabot[bot] d0f95c58e9 Bump num-bigint from 0.4.1 to 0.4.2
Bumps [num-bigint](https://github.com/rust-num/num-bigint) from 0.4.1 to 0.4.2.
- [Release notes](https://github.com/rust-num/num-bigint/releases)
- [Changelog](https://github.com/rust-num/num-bigint/blob/master/RELEASES.md)
- [Commits](https://github.com/rust-num/num-bigint/compare/num-bigint-0.4.1...num-bigint-0.4.2)

---
updated-dependencies:
- dependency-name: num-bigint
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-06 03:04:18 +00:00
Revertron 65bdbd677a Added DNS-over-HTTPS support for forwarded queries. 2021-09-05 19:05:30 +02:00
Revertron eed0adad0c Merge pull request #153 from alexovchinnicov/master
Docker
2021-09-03 15:00:13 +02:00
Aleksey Ovchinnikov 1f706e3e7b Create Makefile 2021-09-03 15:31:14 +07:00
Aleksey Ovchinnikov b4946dd7b3 Create Read.me 2021-09-03 15:30:25 +07:00
Aleksey Ovchinnikov 2c8c23cd95 Create Dockerfile
Added Dockerfile
2021-09-03 15:29:13 +07:00
Revertron 8ae53bb2bd Merge pull request #144 from Revertron/dependabot/cargo/open-2.0.1
Bump open from 1.7.1 to 2.0.1
2021-08-30 09:36:53 +02:00
Revertron 8dedccbf3b Merge pull request #151 from Revertron/dependabot/cargo/serde-1.0.130
Bump serde from 1.0.128 to 1.0.130
2021-08-30 09:35:31 +02:00
Revertron b51c2dba81 Merge pull request #152 from Revertron/dependabot/cargo/sha2-0.9.6
Bump sha2 from 0.9.5 to 0.9.6
2021-08-30 09:34:14 +02:00
dependabot[bot] c44e070376 Bump serde from 1.0.128 to 1.0.130
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.128 to 1.0.130.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.128...v1.0.130)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-30 07:26:55 +00:00
dependabot[bot] fd531325c8 Bump sha2 from 0.9.5 to 0.9.6
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.9.5 to 0.9.6.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.9.5...sha2-v0.9.6)

---
updated-dependencies:
- dependency-name: sha2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-30 07:26:42 +00:00
Revertron b8b037ea4d Merge pull request #150 from Revertron/dependabot/cargo/num-bigint-0.4.1
Bump num-bigint from 0.4.0 to 0.4.1
2021-08-30 09:25:30 +02:00
Revertron 6e894643de Merge pull request #148 from Revertron/dependabot/cargo/serde_json-1.0.67
Bump serde_json from 1.0.66 to 1.0.67
2021-08-30 09:24:56 +02:00
Revertron 27837cb916 Merge pull request #149 from Revertron/dependabot/cargo/chacha20poly1305-0.9.0
Bump chacha20poly1305 from 0.8.0 to 0.9.0
2021-08-30 09:24:00 +02:00
dependabot[bot] 4fa64cd531 Bump num-bigint from 0.4.0 to 0.4.1
Bumps [num-bigint](https://github.com/rust-num/num-bigint) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/rust-num/num-bigint/releases)
- [Changelog](https://github.com/rust-num/num-bigint/blob/master/RELEASES.md)
- [Commits](https://github.com/rust-num/num-bigint/compare/num-bigint-0.4.0...num-bigint-0.4.1)

---
updated-dependencies:
- dependency-name: num-bigint
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-30 03:04:19 +00:00
dependabot[bot] 955fcfd2c4 Bump chacha20poly1305 from 0.8.0 to 0.9.0
Bumps [chacha20poly1305](https://github.com/RustCrypto/AEADs) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/RustCrypto/AEADs/releases)
- [Commits](https://github.com/RustCrypto/AEADs/compare/chacha20poly1305-v0.8.0...chacha20poly1305-v0.9.0)

---
updated-dependencies:
- dependency-name: chacha20poly1305
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-30 03:04:15 +00:00
dependabot[bot] 28e8a05194 Bump serde_json from 1.0.66 to 1.0.67
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.66 to 1.0.67.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.66...v1.0.67)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-30 03:04:10 +00:00
Revertron e32e271389 Merge pull request #145 from Revertron/dependabot/cargo/serde_cbor-0.11.2
Bump serde_cbor from 0.11.1 to 0.11.2
2021-08-27 13:15:51 +02:00
dependabot[bot] 886a4518a2 Bump serde_cbor from 0.11.1 to 0.11.2
Bumps [serde_cbor](https://github.com/pyfisch/cbor) from 0.11.1 to 0.11.2.
- [Release notes](https://github.com/pyfisch/cbor/releases)
- [Commits](https://github.com/pyfisch/cbor/compare/v0.11.1...v0.11.2)

---
updated-dependencies:
- dependency-name: serde_cbor
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-23 10:32:10 +00:00
Revertron 88c0c0611c Merge pull request #146 from Revertron/dependabot/cargo/serde-1.0.128
Bump serde from 1.0.127 to 1.0.128
2021-08-23 12:30:44 +02:00
dependabot[bot] 547749d9fb Bump serde from 1.0.127 to 1.0.128
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.127 to 1.0.128.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.127...v1.0.128)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-23 03:06:18 +00:00
dependabot[bot] 3cbbce0bf5 Bump open from 1.7.1 to 2.0.1
Bumps [open](https://github.com/Byron/open-rs) from 1.7.1 to 2.0.1.
- [Release notes](https://github.com/Byron/open-rs/releases)
- [Changelog](https://github.com/Byron/open-rs/blob/main/changelog.md)
- [Commits](https://github.com/Byron/open-rs/compare/v1.7.1...open-v2.0.1)

---
updated-dependencies:
- dependency-name: open
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-16 03:04:07 +00:00
Revertron d8a524161c Merge pull request #142 from Revertron/dependabot/cargo/serde-1.0.127
Bump serde from 1.0.126 to 1.0.127
2021-08-11 09:33:38 +02:00
dependabot[bot] f19a2f885b Bump serde from 1.0.126 to 1.0.127
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.126 to 1.0.127.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.126...v1.0.127)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-11 07:27:21 +00:00
Revertron 0d9bf145f9 Merge pull request #141 from Revertron/dependabot/cargo/serde_json-1.0.66
Bump serde_json from 1.0.64 to 1.0.66
2021-08-11 09:25:59 +02:00
dependabot[bot] 3886a5fff9 Bump serde_json from 1.0.64 to 1.0.66
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.64 to 1.0.66.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.64...v1.0.66)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-02 03:03:59 +00:00
Revertron 6c837c0f45 Merge pull request #138 from Revertron/dependabot/cargo/open-1.7.1
Bump open from 1.7.0 to 1.7.1
2021-07-19 09:21:03 +02:00