Skip to content

Commit 95dfa03

Browse files
committed
v0.3.0
1 parent a9036c8 commit 95dfa03

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vproxy"
3-
version = "0.2.2"
3+
version = "0.3.0"
44
edition = "2021"
55
authors = ["gngppz@gmail.com"]
66
description = "An easy and powerful Rust HTTP/Socks5 Proxy"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ while true; do curl -x http://127.0.0.1:8100 -s https://api.ip.sb/ip -A Mozilla;
6969
If no subnet is configured, the local default network proxy request will be used. When the local machine sets the priority `Ipv4`/`Ipv6` and the priority is `Ipv4`, it will always use `Ipv4` to make requests (if any).
7070

7171
- When using passwordless authorization, if an IP whitelist exists, only authorized IPs can pass the request.
72+
- Add -session-id to the username, where session is a fixed value and ID is an arbitrary random value. Keep the Session ID unchanged to use a fixed IP.
7273

7374
```shell
7475
$ vproxy -h

0 commit comments

Comments
 (0)