Replace quadlets with current configuration
This commit is contained in:
parent
4a359f7d5a
commit
792b32ea02
45 changed files with 273 additions and 18 deletions
7
mailu/config/readme.txt
Normal file
7
mailu/config/readme.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
lower your privileged ports to 24 for this to run rootlessly
|
||||
|
||||
containerd@terrorist-academy-mainserve:~$ sudo tee /etc/sysctl.d/99-unprivileged-port-start.conf >/dev/null <<'EOF'
|
||||
net.ipv4.ip_unprivileged_port_start=24
|
||||
EOF
|
||||
sudo systemctl restart systemd-sysctl.service
|
||||
sudo sysctl net.ipv4.ip_unprivileged_port_start
|
||||
Loading…
Add table
Add a link
Reference in a new issue