diff --git a/docs/awesome-remnawave.md b/docs/awesome-remnawave.md index dd2fa18..c29232b 100644 --- a/docs/awesome-remnawave.md +++ b/docs/awesome-remnawave.md @@ -520,11 +520,12 @@ The script backups and restores only the entire database, as well as the .env an --- -### WARP Native Installer by distillium +### WARP Native Installer This script installs Cloudflare WARP in “native” mode via `WireGuard`, without using `warp-cli`. -**Author:** [distillium](https://github.com/distillium) +**Script Author:** [distillium](https://github.com/distillium) +**Ansible Role Author:** [TheMelbine](https://github.com/TheMelbine) It automates: - Installing the necessary packages (`wireguard`, `resolvconf`) @@ -533,10 +534,36 @@ It automates: - Connecting and checking status - Enabling autorun of the `warp` interface -**Installing (performed on each desired node):** - +**Installing:** +**Option 1: Shell Script (performed on each desired node):** ```bash -curl -sL https://raw.githubusercontent.com/distillium/warp-native/main/install.sh | bash +bash <(curl -fsSL https://raw.githubusercontent.com/distillium/warp-native/main/install.sh) +``` + +