mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-08-14 10:37:31 -07:00
docs: fix iptables snippet in README.md
This commit is contained in:
parent
57a8ce4291
commit
5d3f659c68
1 changed files with 3 additions and 3 deletions
|
@ -123,9 +123,9 @@ The most simple one-minute installation. Great for the fresh VPS setup.
|
|||
```
|
||||
* or you may use the old good iptables:
|
||||
```sh
|
||||
iptables -I INPUT 6 -m state --state NEW -p tcp --dport 80 -j ACCEPT
|
||||
iptables -I INPUT 6 -m state --state NEW -p tcp --dport 443 -j ACCEPT
|
||||
iptables -I INPUT 6 -m state --state NEW -p udp --dport 9993 -j ACCEPT
|
||||
iptables -A INPUT -p tcp --dport 80 -j ACCEPT
|
||||
iptables -A INPUT -p tcp --dport 443 -j ACCEPT
|
||||
iptables -A INPUT -p udp --dport 9993 -j ACCEPT
|
||||
```
|
||||
7. Navigate to `https://YOURDOMAIN.com/app/`.
|
||||
Now you could use your ZeroUI instance with HTTPS support and automated certificate renewal.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue