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
- Add `http-proxy` feature to able to use a http proxy
- Add `native-certs` feature to use the system cert store
- Use Tokio 1.0
- Update system call filter for systemd
- Updated dependencies
- Code was refactored to increase the readability
- DNS packets are parser by the dns-message-parser library to check if the packets are correct
- If control-cache is not present in the HTTP header then smallest TTL in the answer section is used to cache the DNS packet
- Socks5 proxy can be used to connect to the server(--socks5)