Skip to content

Releases: chrisstaite/DoTe

No IPv6

31 Oct 07:23
caa9359
Compare
Choose a tag to compare

The default configuration breaks if you don't have IPv6 because it fails to set the IPv6 forwarder as bad. This fixes that.

No Nagel

18 Oct 20:13
c0f8e13
Compare
Choose a tag to compare

Disable Nagel's algorithm and use OpenSSL's "DEFAULT" ciphers.

ARM64 release

24 Sep 15:43
e639ce6
Compare
Choose a tag to compare

Add an ARM64 build

GitHub Release

19 Sep 17:18
bf58aaa
Compare
Choose a tag to compare

Move releases to GitHub Actions

Handshake pinning

17 Sep 21:18
d38e165
Compare
Choose a tag to compare

Perform host name verification and certificate pinning at TLS handshake. Also add an option to disable certificate verification (which shouldn't be used).

Update cloudflare pin

16 Sep 20:55
4bfbc10
Compare
Choose a tag to compare

The Cloudflare certificate has changed again.

Interface fixes

07 Dec 20:31
d3352c3
Compare
Choose a tag to compare

Add some extra logging and fixes for when binding to specific addresses.

Response Address

07 Sep 20:20
6570281
Compare
Choose a tag to compare

If bound to multiple addresses, the response may come from a different address to the one it was sent to. This has been fixed now.

Vyatta configuration

07 Sep 14:17
ca3d08d
Compare
Choose a tag to compare

Support for VyOS configuration file loading.

Listening server can now be configured at custom-attribute/dote-serverN/value where N is a is a number starting from 0 increasing for multiple values.

Forwarding server can be configured at custom-attribute/dote-forwarderN/value where N is a number starting from 0 increasing for multiple values. The certificate pin may optionally be configured at custom-attribute/dote-forwarderN-pin and similarly the hostname pin can be configured at custom-attribute/dote-forwarderN-hostname.

If the dote-server value is changed, a manual re-start of the process is required as privileges will not allow it to listen to any new ports.

If the dote-forwarder is changed the new values will take effect immediately.

Command line arguments are added to the arguments configured.

First production release

27 Jun 19:10
8b09b4b
Compare
Choose a tag to compare

Fix a reference leak for sessions and disable compression to reduce memory footprint.