Skip to content

Tags: LinkTed/doh-client

Tags

v3.1.2

Toggle v3.1.2's commit message

Verified

This tag was signed with the committer’s verified signature.
Changelog

- Update dependencies

v3.1.1

Toggle v3.1.1's commit message

Verified

This tag was signed with the committer’s verified signature.
Changelog

- Update system call filter for systemd
- Update dependencies

v3.1.0

Toggle v3.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Changelog

- Fix clippy warnings
- Add client authentication for the TLS connection
- Update dependencies
- Drop `cfg-if` dependency

v3.0.2

Toggle v3.0.2's commit message

Verified

This tag was signed with the committer’s verified signature.
- Updated dependencies

- Add Windows MSI package job for Github action

v3.0.1

Toggle v3.0.1's commit message

Verified

This tag was signed with the committer’s verified signature.
Update system call filter for systemd

v3.0.0

Toggle v3.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
- Add `http-proxy` feature to able to use a http proxy

- Add `native-certs` feature to use the system cert store
- Use Tokio 1.0
- Update system call filter for systemd
- Updated dependencies

v2.2.0

Toggle v2.2.0's commit message
- Code was refactored to increase the readability

- DNS packets are parser by the dns-message-parser library to check if the packets are correct
- If control-cache is not present in the HTTP header then smallest TTL in the answer section is used to cache the DNS packet
- Socks5 proxy can be used to connect to the server(--socks5)

v2.1.2

Toggle v2.1.2's commit message
- Add shutdown system call in Systemd service unit

v2.1.1

Toggle v2.1.1's commit message
- Change System Call Filter in Systemd service unit to fix the bug du…

…ring the start

- Updated dependencies

v2.1.0

Toggle v2.1.0's commit message
- Updated dependencies

- Use threaded scheduler
- Add System Call Filter in Systemd service unit