Skip to content

Commit

Permalink
update x-ui README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rahgozar94725 committed Feb 11, 2023
1 parent 467d9b4 commit 2f8b368
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions x-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,18 @@ docker-compose exec xui x-ui setting -username newUserName -password newPassword
docker-compose exec xui x-ui setting -port newPort
```

بعد از تغییر پورت با دستور زیر پورت قبلی را در فایروال ببندید. `oldPort` را با پورت فعلی جایگزین کنید

```bash
ufw delete allow oldPort
```

با دستور زیر پورت جدید را در فایروال باز کنید. `newPort` را با پورت جدید جایگزین کنید.

```bash
ufw allow newPort
```

---

## ساخت Trojan + websocket + TLS
Expand Down

0 comments on commit 2f8b368

Please sign in to comment.