Skip to content

Commit

Permalink
Vps Debian 11
Browse files Browse the repository at this point in the history
Konfiguracja serwera VPS Debian 11 z ovh (de) LEMP, SMTP, SSH, UFW, FAIL2BAN, SSL.
  • Loading branch information
atomjoy authored Jan 24, 2023
1 parent 1a1a4b5 commit 8422aea
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,21 @@ sudo apt install git
git clone https://github.com/atomjoy/vps-debian.git
```

### Dodaj rekordy A do strefy DNS dla subdomeny/domeny

Vps hostname: hello.example.com a revers dns: hello.example.com dla ip serwera. Uruchom skrypty z sudo lub jako root.

```sh
# Dla domeny
### Dodaj rekordy A do strefy DNS dla subdomeny/domeny oraz rekord SPF dla ip serwera
```
# Rekord A dla domeny
example.com
www.example.com
# Dla subdomen fqdn
# Rekord A dla subdomeny fqdn
hello.example.com
www.hello.example.com
# Rekord SPF TXT
v=spf1 a mx ip4:1.2.3.4 include:mx.ovh.com -all
# Vps IP revers dns
hello.example.com
```

### Konfiguracja vps
Expand Down

0 comments on commit 8422aea

Please sign in to comment.