reflow icon indicating copy to clipboard operation
reflow copied to clipboard

Content-routable socks5 proxy switcher for your entire LAN.

Results 11 reflow issues
Sort by recently updated
recently updated
newest added

Bumps [net2](https://github.com/deprecrated/net2-rs) from 0.2.33 to 0.2.36. Commits 71708b7 Release v0.2.36 49b43f2 Do not assume memory layout of std::net::SocketAddr 77a6eb4 Release v0.2.35 eeeab13 Add support for Haiku 1e91530 Release v0.2.34 89945eb...

dependencies

Bumps [miow](https://github.com/yoshuawuyts/miow) from 0.2.1 to 0.2.2. Commits 6fd7b9c Bump version to 0.2.2 550efc2 Merge branch 'fix-sockaddr-convertion-v0.2.x' into 0.2.x ca8db53 Stop using from_ne_bytes to be compatible with Rust < 1.32.0 3e217e3...

dependencies

Bumps [socket2](https://github.com/rust-lang/socket2) from 0.3.11 to 0.3.19. Changelog Sourced from socket2's changelog. 0.4.5 Changed Replace winapi dependency with windows-sys (rust-lang/socket2#303). Added Socket::join_ssm_v4 and Socket::leave_ssm_v4 (rust-lang/socket2#298). Socket::set_recv_tos and Socket::recv_tos (rust-lang/socket2#299). Fixed Fix...

dependencies

Bumps [smallvec](https://github.com/servo/rust-smallvec) from 0.6.10 to 0.6.14. Release notes Sourced from smallvec's releases. v0.6.14 Fix a possible buffer overflow in insert_many (#252, #254). v0.6.13 Use the maybe-unit crate in place of...

dependencies

Bumps [linked-hash-map](https://github.com/contain-rs/linked-hash-map) from 0.5.2 to 0.5.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=linked-hash-map&package-manager=cargo&previous-version=0.5.2&new-version=0.5.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [crossbeam-deque](https://github.com/crossbeam-rs/crossbeam) from 0.7.1 to 0.7.4. Changelog Sourced from crossbeam-deque's changelog. Version 0.8.1 Support targets that do not have atomic CAS on stable Rust (#698) Version 0.8.0 Bump the minimum...

dependencies

I'm using socks5 proxy exported by Tor, which use remote DNS resolution under normal situation. But I can't use the DNS service provided by Tor in reflow config. ``` ERROR...

hi, yudeMacBook-Air:reflow-by-net-reflow brite$ ls Cargo.lock README.md src Cargo.toml asocks5 test yudeMacBook-Air:reflow-by-net-reflow brite$ cargo build --release warning: unused manifest key: package.edition warning: unused manifest key: dependencies.futures01.package warning: unused manifest key: package.edition...

With hostname extraction and tcp forwarding already implemented, with a little work it can be made to proxy web services. Add a new type of `relay` named `tcp`. It appears...

Remove dependency on tun2socks when replacing default gateway Also make it possible to enable routing by source IP. Currently, when tun2socks is used, the source IP is usually 127.0.0.1

enhancement