版本发布 8
## Changelog ## Fixes * fix(proxy): check if hopTracker is nil before running RegisterUntracked() (#325) by @xvzc
## Changelog ## Features * feat: add auto-policy option (#310) by @xvzc * feat: merge --allow/--ignore flags into --policy (#307) by @xvzc ## Fixes * fix(proxy): go routine leak for tunnel function (#311) by @xvzc * fix: condition for shouldExploit (#306) by @xvzc ## Documentation * fix(proxy): go routine leak for tunnel function (#311) by @xvzc * docs: update readme (#309) by @xvzc * docs: add site docs (#308) by @xvzc * docs: update readme (#303) by @xvzc
## Changelog ## Features * feat: add auto-policy option (#310) by @xvzc * feat: merge --allow/--ignore flags into --policy (#307) by @xvzc ## Fixes * fix(proxy): go routine leak for tunnel function (#311) by @xvzc * fix: condition for shouldExploit (#306) by @xvzc ## Documentation * fix(proxy): go routine leak for tunnel function (#311) by @xvzc * docs: update readme (#309) by @xvzc * docs: add site docs (#308) by @xvzc * docs: update readme (#303) by @xvzc
## Changelog * feat: merge --allow/--ignore flags into --policy (#307) by @xvzc ## Features * feat: add auto-policy option (#310) by @xvzc ## Fixes * fix(proxy): go routine leak for tunnel function (#311) by @xvzc * fix: condition for shouldExploit (#306) by @xvzc * fix(proxy): go routine leak for tunnel function (#311) by @xvzc ## Documentation * docs: update readme (#309) by @xvzc * docs: add site docs (#308) by @xvzc
## Changes * feat: tidy up unnecessary logs and add log-level flag (#301) by @xvzc * feat: support toml config file (#300) by @xvzc
## Changes * renamed `--pattern` argument to `--allow` * added `--ignore` argument, which has higher priority than `--allow`
## Changes * fix: unmatched types error for system.SetProxy() (#295) by @xvzc * Fix 293 (#294) by @xvzc There was an issue with the `0.12.1` release, and the Linux and Windows binaries were not published. Sorry for the inconvenience this may have caused.
## Changes * feat: add the ability to disable ipv6 resolution for dns (#240) by @LiquidTheDangerous * chore: use scratch image for Dockerfile instead of distroless (#226) by @gavrilovegor519 * fix: packet processing for http request (#230) by @xvzc * chore: change types of flags that can't be negative to uint\* (#231) by @Ledorub * docs: add installation instructions for FreeBSD (#219) by @nxjosephofficial * docs: revised instructions on russian (#218) by @sergkondr