From 8c23cdc307c100e9358a7f4df2614aa895594aa3 Mon Sep 17 00:00:00 2001 From: zonyitoo Date: Mon, 23 Oct 2023 01:04:26 +0800 Subject: [PATCH] chore(README): fixed wrong windows interface --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d676b0c..ffcb695d 100644 --- a/README.md +++ b/README.md @@ -437,7 +437,7 @@ It will create a Tun interface with address `10.255.0.1` and netmask `255.255.25 Download `wintun.dll` from [Wintun](https://www.wintun.net/), and place it in the folder with shadowsocks' runnable binaries, or in the system PATH. ```powershell -sslocal --protocol tun -s "[::1]:8388" -m "aes-256-gcm" -k "hello-kitty" --outbound-bind-interface "Loopback" --tun-interface-name "shadowsocks" +sslocal --protocol tun -s "[::1]:8388" -m "aes-256-gcm" -k "hello-kitty" --outbound-bind-interface "Ethernet 0" --tun-interface-name "shadowsocks" ``` ### Local client for Windows Service @@ -979,7 +979,7 @@ It supports the following features: - [x] Improved logging format (waiting for the new official log crate) - [x] Support more ciphers without depending on `libcrypto` (waiting for an acceptable Rust crypto lib implementation) - [x] Windows support. -- [x] Build with stable `rustc` (blocking by `crypto2`). +- [x] Build with stable `rustc` ~~(blocking by `crypto2`)~~. - [x] Support HTTP Proxy protocol - [x] AEAD ciphers. (proposed in [SIP004](https://github.com/shadowsocks/shadowsocks-org/issues/30), still under discussion) - [x] Choose server based on delay #152