Заменил ссылки на свой Gitea
This commit is contained in:
@@ -21,7 +21,7 @@ assets/
|
||||
```
|
||||
|
||||
Scripts download assets at install time from this repo's raw GitHub URL
|
||||
(`https://git.pub38.com/Evgen/3x-ui-pro/main/...`) — changes take
|
||||
(`https://git.pub38.com/Evgen/3x-ui-pro/raw/branch/main/...`) — changes take
|
||||
effect on servers only after push to `main`.
|
||||
|
||||
## What x-ui-latest.sh does
|
||||
@@ -82,14 +82,14 @@ IP = `api/st/getip`. Speedtest locations use `limit_conn`, not `limit_req`
|
||||
## Running
|
||||
|
||||
```bash
|
||||
bash <(curl -fsSL https://git.pub38.com/Evgen/3x-ui-pro/main/x-ui-latest.sh) \
|
||||
bash <(curl -fsSL https://git.pub38.com/Evgen/3x-ui-pro/raw/branch/main/x-ui-latest.sh) \
|
||||
-subdomain panel.example.com -reality_domain r.example.com
|
||||
```
|
||||
|
||||
Patch an existing install (re-reads ports/paths from x-ui.db and nginx):
|
||||
|
||||
```bash
|
||||
bash <(curl -fsSL https://git.pub38.com/Evgen/3x-ui-pro/main/x-ui-patch.sh)
|
||||
bash <(curl -fsSL https://git.pub38.com/Evgen/3x-ui-pro/raw/branch/main/x-ui-patch.sh)
|
||||
```
|
||||
|
||||
Add AdGuard Home on the panel domain (standalone, re-run safe, `-uninstall y`
|
||||
@@ -99,5 +99,5 @@ to remove). AGH binds localhost only; nginx bridges `/dns-query` (DoH,
|
||||
regenerate the vhost and drop that include — re-run this script after them:
|
||||
|
||||
```bash
|
||||
bash <(curl -fsSL https://git.pub38.com/Evgen/3x-ui-pro/main/x-ui-adguard.sh)
|
||||
bash <(curl -fsSL https://git.pub38.com/Evgen/3x-ui-pro/raw/branch/main/x-ui-adguard.sh)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user