mirror of
https://github.com/masterking32/MasterHttpRelayVPN.git
synced 2026-05-17 21:24:37 +03:00
Refactor setup instructions in GETTING_STARTED.md for clarity and update LAN_SHARING.md with additional details on proxy addresses and CA certificate installation
This commit is contained in:
@@ -13,20 +13,18 @@ This guide keeps only the setup path most users need. Follow it once, then come
|
||||
|
||||
Choose whichever option works on your network.
|
||||
|
||||
**Option A: Git**
|
||||
**Option A: ZIP**
|
||||
|
||||
[Click to Download](https://github.com/masterking32/MasterHttpRelayVPN/archive/refs/heads/python_testing.zip)
|
||||
|
||||
|
||||
**Option B: Git**
|
||||
|
||||
```bash
|
||||
git clone https://github.com/masterking32/MasterHttpRelayVPN.git
|
||||
cd MasterHttpRelayVPN
|
||||
```
|
||||
|
||||
**Option B: ZIP**
|
||||
|
||||
1. Open [the GitHub repository](https://github.com/masterking32/MasterHttpRelayVPN).
|
||||
2. Click **Code** -> **Download ZIP**.
|
||||
3. Extract the ZIP file.
|
||||
4. Open a terminal inside the extracted `MasterHttpRelayVPN` folder.
|
||||
|
||||
## 2. Deploy The Google Relay
|
||||
|
||||
The relay is the small Apps Script program that fetches websites for you.
|
||||
@@ -97,7 +95,7 @@ Chrome and Edge use the system proxy on Windows. You can also use extensions suc
|
||||
|
||||
HTTPS browsing needs the local CA certificate generated by the proxy. The file is created at `ca/ca.crt` after first run.
|
||||
|
||||
The app tries to install it automatically. If it cannot, install it manually:
|
||||
**The app tries to install it automatically. If it cannot, install it manually:**
|
||||
|
||||
**Windows**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user