You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DNS-client used to resolve bootstraps for DNS-over-HTTPS was changed from dnsclient crate in favor of internal implementation. It will improve binary size.
DNS-over-HTTPS is now an optional feature. Crate ureq used for DoH doesn't support MIPS architecture, so release 0.6.6 didn't have binaries for this arch. Now we can build for MIPS, but without DoH support. For now, I hope.
Build with cargo build --release --no-default-features or, if you need GUI, with cargo build --release --no-default-features --features="webgui"
This discussion was created from the release v0.6.7.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
New
Bug Fixes & Improvements
dnsclient
crate in favor of internal implementation. It will improve binary size.ureq
used for DoH doesn't support MIPS architecture, so release 0.6.6 didn't have binaries for this arch. Now we can build for MIPS, but without DoH support. For now, I hope.Build with
cargo build --release --no-default-features
or, if you need GUI, withcargo build --release --no-default-features --features="webgui"
This discussion was created from the release v0.6.7.
Beta Was this translation helpful? Give feedback.
All reactions