Skip to content

Release v0.9.0

Choose a tag to compare

@github-actions github-actions released this 17 Mar 15:23
  • Speedup dns query for CN(if it's cn domain, skip waiting for fq response)
  • Add miplse and miplse_softfloat binary to release
  • Add option: dns-logging-file, log all dns query to this file.

Incompatible change:

Move upstream related cli options to config.json. If you run snet as a tls upstream server, use config.json:

{   
    "as-upstream": true,
    "upstream-type": "tls",
    "upstream-tls-server-listen": "0.0.0.0:9999",
    "upstream-tls-key": "server.key",
    "upstream-tls-crt": "server.pem",
    "upstream-tls-token": "xxxx"
}