Skip to content

v1.1.0

Compare
Choose a tag to compare
@fardog fardog released this 30 Jan 06:45
· 28 commits to master since this release
v1.1.0

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