fix: mention fail2ban config path
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
ad2e756909
commit
0687d27c5a
1 changed files with 3 additions and 0 deletions
|
@ -167,6 +167,8 @@ $ sudo apt install fail2ban
|
|||
|
||||
#### 1.3.2) Enable `fail2ban` for `sshd`
|
||||
|
||||
Open `fail2ban` configuration at `/etc/fail2ban/jail.conf` and add the following lines:
|
||||
|
||||
```yml
|
||||
[sshd]
|
||||
enabled = true
|
||||
|
@ -281,6 +283,7 @@ $ curl localhost
|
|||
### 2.2) Serve webpage on a custom domain
|
||||
|
||||
#### 2.2.1) Buy a domain if you don't own one already
|
||||
|
||||
#### 2.2.2) Go to the domain's DNS dashboard and add the following record
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue