We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8130685 commit 8b0b96cCopy full SHA for 8b0b96c
scripts/nas.sh
@@ -45,4 +45,8 @@ yay_install \
45
sudo systemctl enable --now sshd
46
sudo systemctl enable --now cockpit.socket
47
48
+# allow ufw to manage docker traffic
49
+sudo iptables -I DOCKER-USER -i enp4s0 -s 192.168.1.0/24 -j ACCEPT
50
+sudo iptables -I DOCKER-USER -i enp5s0 -s 192.168.1.0/24 -j ACCEPT
51
+
52
INFO "Finished setting up system."
0 commit comments