mirror of
https://github.com/ditatompel/insights.git
synced 2025-01-08 03:12:06 +07:00
fix: Wrong Post Down Script location
Thanks @PiniginS for correction and spotting the mistake. Co-authored-by: PiniginS <PiniginS@users.noreply.github.com>
This commit is contained in:
parent
449a53f222
commit
f9179be9c7
2 changed files with 4 additions and 4 deletions
|
@ -288,7 +288,7 @@ Masuk ke halaman **"WireGuard Server"** dan atur konfigurasi WireGuard, contoh:
|
|||
- **Server Interface Addresses**: `10.10.88.1/24`
|
||||
- **Listen Port**: `51822`
|
||||
- **Post Up Script**: `/opt/wireguard-ui/postup.sh`
|
||||
- **Post Down Script**: `/opt/wireguard-ui/postup.sh`
|
||||
- **Post Down Script**: `/opt/wireguard-ui/postdown.sh`
|
||||
|
||||
![WireGuard- UI Server Settings](wg-ui-server-config.png#center)
|
||||
|
||||
|
|
|
@ -288,7 +288,7 @@ Go to **"WireGuard Server"** page and configure WireGuard config:
|
|||
- **Server Interface Addresses**: `10.10.88.1/24`
|
||||
- **Listen Port**: `51822`
|
||||
- **Post Up Script**: `/opt/wireguard-ui/postup.sh`
|
||||
- **Post Down Script**: `/opt/wireguard-ui/postup.sh`
|
||||
- **Post Down Script**: `/opt/wireguard-ui/postdown.sh`
|
||||
|
||||
![WireGuard- UI Server Settings](wg-ui-server-config.png#center)
|
||||
|
||||
|
|
Loading…
Reference in a new issue