Заменил ссылки на свой Gitea

This commit is contained in:
Evgen
2026-08-21 19:27:38 +08:00
parent c8c1287303
commit 7effdd6c7c
5 changed files with 17 additions and 17 deletions
+4 -4
View File
@@ -21,7 +21,7 @@ assets/
```
Scripts download assets at install time from this repo's raw GitHub URL
(`https://raw.githubusercontent.com/mozaroc/3x-ui-pro/main/...`) — changes take
(`https://git.pub38.com/Evgen/3x-ui-pro/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://raw.githubusercontent.com/mozaroc/3x-ui-pro/main/x-ui-latest.sh) \
bash <(curl -fsSL https://git.pub38.com/Evgen/3x-ui-pro/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://raw.githubusercontent.com/mozaroc/3x-ui-pro/main/x-ui-patch.sh)
bash <(curl -fsSL https://git.pub38.com/Evgen/3x-ui-pro/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://raw.githubusercontent.com/mozaroc/3x-ui-pro/main/x-ui-adguard.sh)
bash <(curl -fsSL https://git.pub38.com/Evgen/3x-ui-pro/main/x-ui-adguard.sh)
```