net/paywall/bypass-paywalls-chrome-master.zip
... ...
Binary files /dev/null and b/net/paywall/bypass-paywalls-chrome-master.zip differ
net/paywall/paywall.md
... ...
@@ -0,0 +1,7 @@
1
+
2
+# paywall
3
+
4
+
5
+
6
+
7
+- [[bypass-paywalls-chrome-master.zip]]
... ...
\ No newline at end of file
net/proxy/proxy.md
... ...
@@ -1,6 +1,14 @@
1 1
2 2
# proxy.md
3 3
4
+
5
+https://github.com/Cenmrev/V2RayW
6
+
7
+https://github.com/v2fly/v2ray-core
8
+
9
+
10
+
11
+
4 12
## IPV6 proxy
5 13
6 14
📖 Who doesn't want a proxy pool of 2^64 IPs? #article
net/proxy/v2ray/v2ray.md
... ...
@@ -1,4 +1,66 @@
1 1
2 2
# v2ray
3 3
4
-https://github.com/2dust/v2rayN
... ...
\ No newline at end of file
0
+https://github.com/2dust/v2rayN
1
+
2
+
3
+## How to Use V2rayN on Windows 7
4
+
5
+- install runtime 8.0 = https://dotnet.microsoft.com/zh-cn/download/dotnet/thank-you/runtime-desktop-8.0.12-windows-x64-installer?cid=getdotnetcore
6
+
7
+
8
+### 1. System Preparation
9
+- **Ensure Windows 7 is updated**: Install the latest updates and Service Pack 1 (SP1) to ensure compatibility.
10
+- **Install .NET Framework**: V2rayN requires **.NET Framework 4.6.2 or higher**. Download it from [Microsoft's website](https://dotnet.microsoft.com/).
11
+
12
+---
13
+
14
+### 2. Download V2rayN
15
+1. Go to the official **V2rayN GitHub repository**:
16
+ [https://github.com/2dust/v2rayN](https://github.com/2dust/v2rayN).
17
+2. Download the latest release:
18
+ - Look for a ZIP file like `v2rayN-Core.zip`.
19
+ - Ensure you download a version that includes **V2Ray core**.
20
+
21
+---
22
+
23
+### 3. Extract and Configure V2rayN
24
+1. Extract the ZIP file to a folder using software like **WinRAR** or **7-Zip**.
25
+2. Inside the folder, locate the `v2rayN.exe` file and run it.
26
+
27
+---
28
+
29
+### 4. Add Server Configuration
30
+#### **Subscription Link**
31
+1. Go to `Subscription -> Settings` in the menu.
32
+2. Add your subscription URL (provided by your V2Ray server provider).
33
+3. Click **Update Subscription** to load the servers.
34
+
35
+#### **Manual Configuration**
36
+1. Go to `Server -> Add Vmess Server`.
37
+2. Input the server details:
38
+ - **Address**: Server's domain or IP address.
39
+ - **Port**: The port number (e.g., `443` for TLS).
40
+ - **UUID**: Unique user ID (provided by your provider).
41
+ - **Security**: Typically set to `aes-128-gcm` or `auto`.
42
+ - **AlterID**: Set as per server configuration (often `0` for V2Ray V4+).
43
+
44
+---
45
+
46
+### 5. Configure System Proxy (Optional)
47
+1. Go to `System Proxy` in the V2rayN menu.
48
+2. Enable `Set System Proxy` to route all traffic through V2Ray.
49
+
50
+---
51
+
52
+### 6. Test the Connection
53
+1. Click on the server you want to use to enable it.
54
+2. Check the **log tab** to verify the connection. If successful, it will show a "started" or "connected" message.
55
+
56
+---
57
+
58
+### 7. Additional Tips
59
+- **Update V2Ray Core**:
60
+ - Go to `Help -> Update V2ray core`.
61
+ - This ensures you have the latest core version for better compatibility and security.
62
+- **Use DNS Settings**: Configure DNS in V2rayN to enhance connection stability (e.g., `8.8.8.8` or `1.1.1.1`).