mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 15:23:27 +08:00
security steps in the readme
This commit is contained in:
parent
bf39b924dd
commit
e22af08e0b
1 changed files with 1 additions and 1 deletions
|
@ -509,7 +509,7 @@ If you have followed the steps above, there will be 3 ports exposed over the int
|
|||
You can verify the ports are open by running the following command from a different machine
|
||||
|
||||
```bash
|
||||
sudo nmap -sS 107.172.193.177 -p 7777,20381,5432
|
||||
sudo nmap -sS <IP-ADDR> -p 7777,20381,5432
|
||||
```
|
||||
|
||||
It is important to secure the Postgres port.
|
||||
|
|
Loading…
Reference in a new issue