// Could be a path to UNIX socket, /tmp/shadowsocks-manager.sock "manager_port": 5300, // Not needed for UNIX socket // DNS server's address for resolving domain names // For *NIX and Windows, it uses system's configuration by default // // Value could be IP address of DNS serv...
./build/shadowsocks-${VERSION}-stable.x86_64-pc-windows-gnu.zip ReadCargo.tomlfor more details. Getting Started Create a ShadowSocks' configuration file. Example {"server":"my_server_ip","server_port":8388,"password":"mypassword","method":"aes-256-gcm",// ONLY FOR `sslocal`// Delete...
Setting up Shadowsocks clients on Windows, macOS: Windows - Download the latest release of the Shadowsocks Windows client from the official GitHub repository. - Extract the zip file. - Run Shadowsocks.exe. - Right-click on the tray icon, go to Servers > Server. - Fill in the Server FQDN...
Windows support.(Depending on mio and coio-rs) Build with stable.(Depending on coio) Support HTTP Proxy protocol(it is easy to use another tools to convert HTTP proxy protocol to Socks5, likeprivoxy) One-time Auth.(Already deprecated according to Shadowsocks' community) ...
Breadcrumbs shadowsocks-rust / crates/ Directory actions More options Latest commit dependabot[bot] chore(deps): bump windows-sys from 0.48.0 to 0.52.0 (shadowsocks#1358) 2db40d8· HistoryHistory This branch is 119 commits behind shadowsocks/shadowsocks-rust:master. Folders and files Name ...
+0 −0 crates/shadowsocks-service/src/local/tun/sys/windows/mod.rs +272 −0 crates/shadowsocks-service/src/local/tun/tcp.rs +132 −0 crates/shadowsocks-service/src/local/tun/udp.rs +3 −3 crates/shadowsocks-service/src/local/tunnel/udprelay.rs +16 −1 crates/shadowsocks...
52 52 if: ${{ runner.os == 'Windows' }} 53 - run: cargo build --verbose --features "local-http-rustls local-dns dns-over-tls dns-over-https stream-cipher" 53 + run: cargo build --verbose --features "local-http-rustls local-dns dns-over-tls dns-over-https stream-cipher ae...
To build Windows native binaries, the recommended method is to use Docker:On Windows: double-click make.bat in docker\mingw On Unix-like system: cd shadowsocks-libev/docker/mingw make A tarball with 32-bit and 64-bit binaries will be generated in the same directory....
{ name = "windows_aarch64_gnullvm", version = "<0.52" }, 3 changes: 3 additions & 0 deletions 3 src/net/proxy.rs Original file line numberDiff line numberDiff line change @@ -640,6 +640,9 @@ mod tests { fn test_invalid_proxy_url() { assert!(ProxyConfig::from_url("foobar...
Wine, if you would like to generate binaries for Windows. Server-specific Docker, to build the Docker image and to run the integration test. docker-compose, to run the integration test. 💡 NOTE: if you havenvminstalled, runnvm useto switch to the correct node version!