Skip to content

Releases: fardog/secureoperator

v1.1.0

30 Jan 06:45
v1.1.0
Compare
Choose a tag to compare

Changes

  • Improves padding functionality, so requests are padded to an identical length no matter the domain requested. Previous versions padded to a very long length (1024 characters), while the current version pads to 318 characters (with the default settings).

Known Issues

  • help output has an inaccurate message for the pad feature; it pads all requests to the same length, and does not vary them to random lengths

Version Info

output of secure-operator --help:

  -endpoint string
        Google DNS-over-HTTPS endpoint url (default "https://dns.google.com/resolve")
  -level string
        Log level, one of: debug, info, warn, error, fatal, panic (default "info")
  -listen [host]:port
        listen address, as [host]:port (default ":53")
  -pad
        Randomly pad requests to vary request length (default true)
  -tcp
        Listen on TCP (default true)
  -udp
        Listen on UDP (default true)

Download the correct binary below for your platform, or install via docker pull fardog/secureoperator:v1.1.0

v1.0.3

29 Jan 22:13
v1.0.3
Compare
Choose a tag to compare

No code changes since v1.0.2; a patch bump to get Docker Hub auto-builds working.

output of secure-operator --help:

  -endpoint string
        Google DNS-over-HTTPS endpoint url (default "https://dns.google.com/resolve")
  -level string
        Log level, one of: debug, info, warn, error, fatal, panic (default "info")
  -listen [host]:port
        listen address, as [host]:port (default ":53")
  -pad
        Randomly pad requests to vary request length (default true)
  -tcp
        Listen on TCP (default true)
  -udp
        Listen on UDP (default true)

Download the correct binary below for your platform, or install via docker pull fardog/secureoperator:v1.0.3

v1.0.2

29 Jan 01:32
v1.0.2
Compare
Choose a tag to compare

First release version with pre-built binaries.

output of secure-operator --help:

  -endpoint string
        Google DNS-over-HTTPS endpoint url (default "https://dns.google.com/resolve")
  -level string
        Log level, one of: debug, info, warn, error, fatal, panic (default "info")
  -listen [host]:port
        listen address, as [host]:port (default ":53")
  -pad
        Randomly pad requests to vary request length (default true)
  -tcp
        Listen on TCP (default true)
  -udp
        Listen on UDP (default true)

Download the correct binary below for your platform.