Auto saved by Logseq
This commit is contained in:
parent
9d753ca9bc
commit
cd5d822b42
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user