v1.0.0
版本发布时间: 2022-01-28 06:23:41
sshuttle/sshuttle最新发布版本:v1.1.2(2024-04-08 06:59:04)
What's Changed
- Fix/pep8 by @venthur in https://github.com/sshuttle/sshuttle/pull/277
- assembler import fix by @crahan in https://github.com/sshuttle/sshuttle/pull/319
- Hyphen in hostname fix by @crahan in https://github.com/sshuttle/sshuttle/pull/318
- Add install instructions for Arch Linux by @ElijahLynn in https://github.com/sshuttle/sshuttle/pull/327
- Add install instructions for Fedora by @jeremyeder in https://github.com/sshuttle/sshuttle/pull/341
- Fix tests for existing PR-312 by @danjeffery in https://github.com/sshuttle/sshuttle/pull/337
- update readme to correct flag for arch linux. by @JAugusto42 in https://github.com/sshuttle/sshuttle/pull/342
- Fix Arch linux installation instructions by @cptpcrd in https://github.com/sshuttle/sshuttle/pull/346
- Use prompt for sudo, not needed for doas by @twinshadow in https://github.com/sshuttle/sshuttle/pull/353
- The size of pfioc_rule grew in OpenBSD 6.4 by @twinshadow in https://github.com/sshuttle/sshuttle/pull/354
- Fix crashing on ECONNABORTED by @chemikadze in https://github.com/sshuttle/sshuttle/pull/359
- docs: openwrt by @unl89 in https://github.com/sshuttle/sshuttle/pull/360
- Fix capturing of local DNS servers by @chemikadze in https://github.com/sshuttle/sshuttle/pull/358
- readme: add Nix by @unl89 in https://github.com/sshuttle/sshuttle/pull/364
- Add tproxy udp port mark filter that was missed in #144, fixes #367. by @normanr in https://github.com/sshuttle/sshuttle/pull/368
- README: add FreeBSD by @lwhsu in https://github.com/sshuttle/sshuttle/pull/373
- Fix broken string substitution from a765aa32 by @drjbarker in https://github.com/sshuttle/sshuttle/pull/375
- Add option for latency control buffer size by @drjbarker in https://github.com/sshuttle/sshuttle/pull/376
- Make hostwatch locale-independent by @BenWiederhake in https://github.com/sshuttle/sshuttle/pull/379
- Auto sudoers file by @wmantly in https://github.com/sshuttle/sshuttle/pull/269
- Link Directly to TCP Over TCP Explanation by @naclander in https://github.com/sshuttle/sshuttle/pull/291
- Handle when default chains already exists (#392) by @hloeung in https://github.com/sshuttle/sshuttle/pull/393
- Simplify nftables based method by @juw in https://github.com/sshuttle/sshuttle/pull/389
- Trap UnicodeError to handle cases where hostnames returned by DNS are invalid by @lordsutch in https://github.com/sshuttle/sshuttle/pull/408
- Run all systemd notifications from main process by @rjharmon in https://github.com/sshuttle/sshuttle/pull/403
- Add password in prompt cmd by @vBlackOut in https://github.com/sshuttle/sshuttle/pull/401
- Fix 410 Issue Correcte syntax write for connect server by @vBlackOut in https://github.com/sshuttle/sshuttle/pull/411
- Fix parsing of hostnames to allow ssh aliases defined in ssh configs) by @tobigrimm in https://github.com/sshuttle/sshuttle/pull/418
- sshuttle as service link by @perfecto25 in https://github.com/sshuttle/sshuttle/pull/425
- fix crash triggered by port scans closing socket by @mheiges in https://github.com/sshuttle/sshuttle/pull/424
- Add 'My VPN broke and need a solution fast' to the docs. by @jtagcat in https://github.com/sshuttle/sshuttle/pull/430
- Bump pytest-cov from 2.6.0 to 2.8.1 by @dependabot-preview in https://github.com/sshuttle/sshuttle/pull/437
- Bump pytest from 3.4.2 to 5.4.2 by @dependabot-preview in https://github.com/sshuttle/sshuttle/pull/438
- Create github workflow by @brianmay in https://github.com/sshuttle/sshuttle/pull/435
- Bump attrs from 19.1.0 to 19.3.0 by @dependabot-preview in https://github.com/sshuttle/sshuttle/pull/439
- Bump setuptools-scm from 1.15.6 to 3.5.0 by @dependabot-preview in https://github.com/sshuttle/sshuttle/pull/440
- Bump flake8 from 3.6.0 to 3.8.1 by @dependabot-preview in https://github.com/sshuttle/sshuttle/pull/441
- Bump flake8 from 3.8.1 to 3.8.2 by @dependabot-preview in https://github.com/sshuttle/sshuttle/pull/442
- Bump pytest-cov from 2.8.1 to 2.9.0 by @dependabot-preview in https://github.com/sshuttle/sshuttle/pull/443
- Bump setuptools-scm from 3.5.0 to 4.0.0 by @dependabot-preview in https://github.com/sshuttle/sshuttle/pull/444
- Bump setuptools-scm from 4.0.0 to 4.1.0 by @dependabot-preview in https://github.com/sshuttle/sshuttle/pull/445
- Bump setuptools-scm from 4.1.0 to 4.1.1 by @dependabot-preview in https://github.com/sshuttle/sshuttle/pull/446
- Fix Python 3.8 file operations by @brianmay in https://github.com/sshuttle/sshuttle/pull/431
- Bump setuptools-scm from 4.1.1 to 4.1.2 by @dependabot-preview in https://github.com/sshuttle/sshuttle/pull/447
- chore: remove branching related to python < 3.5 by @joshuarli in https://github.com/sshuttle/sshuttle/pull/450
- Bump pytest from 5.4.2 to 5.4.3 by @dependabot-preview in https://github.com/sshuttle/sshuttle/pull/451
New Contributors
- @crahan made their first contribution in https://github.com/sshuttle/sshuttle/pull/319
- @ElijahLynn made their first contribution in https://github.com/sshuttle/sshuttle/pull/327
- @jeremyeder made their first contribution in https://github.com/sshuttle/sshuttle/pull/341
- @danjeffery made their first contribution in https://github.com/sshuttle/sshuttle/pull/337
- @JAugusto42 made their first contribution in https://github.com/sshuttle/sshuttle/pull/342
- @cptpcrd made their first contribution in https://github.com/sshuttle/sshuttle/pull/346
- @twinshadow made their first contribution in https://github.com/sshuttle/sshuttle/pull/353
- @chemikadze made their first contribution in https://github.com/sshuttle/sshuttle/pull/359
- @unl89 made their first contribution in https://github.com/sshuttle/sshuttle/pull/360
- @normanr made their first contribution in https://github.com/sshuttle/sshuttle/pull/368
- @lwhsu made their first contribution in https://github.com/sshuttle/sshuttle/pull/373
- @BenWiederhake made their first contribution in https://github.com/sshuttle/sshuttle/pull/379
- @wmantly made their first contribution in https://github.com/sshuttle/sshuttle/pull/269
- @hloeung made their first contribution in https://github.com/sshuttle/sshuttle/pull/393
- @lordsutch made their first contribution in https://github.com/sshuttle/sshuttle/pull/408
- @rjharmon made their first contribution in https://github.com/sshuttle/sshuttle/pull/403
- @vBlackOut made their first contribution in https://github.com/sshuttle/sshuttle/pull/401
- @tobigrimm made their first contribution in https://github.com/sshuttle/sshuttle/pull/418
- @perfecto25 made their first contribution in https://github.com/sshuttle/sshuttle/pull/425
- @mheiges made their first contribution in https://github.com/sshuttle/sshuttle/pull/424
- @jtagcat made their first contribution in https://github.com/sshuttle/sshuttle/pull/430
Full Changelog: https://github.com/sshuttle/sshuttle/compare/v0.78.5...v1.0.0