Auto saved by Logseq

This commit is contained in:
matze 2023-02-20 20:14:01 +01:00
parent 9d753ca9bc
commit cd5d822b42

View File

@ -11,6 +11,13 @@
- Frage wird auf mehreren Leveln beantwortet.
- Simplelogin
- Use to create temporary email adresses
- Open port in firewall
``` bash
sudo iptables -I INPUT 6 -m state --state NEW -p tcp --dport 80 -j ACCEPT
sudo iptables -I INPUT 6 -m state --state NEW -p tcp --dport 443 -j ACCEPT
sudo iptables -I INPUT 6 -m state --state NEW -p tcp --dport 25 -j ACCEPT
sudo netfilter-persistent save
```
- https://github.com/simple-login/app
- ``` bash
# generate a private and public key for DKIM: