Closed robcza closed 3 years ago
Allow network communication between processes on localhost like this iptables -A INPUT -s 127.0.0.1 -j ACCEPT
iptables -A INPUT -s 127.0.0.1 -j ACCEPT
Added at https://github.com/whalebone/wb-docs/commit/93aa94b288ef29bfd1e1bdfb6326828387b0624e
Allow network communication between processes on localhost like this
iptables -A INPUT -s 127.0.0.1 -j ACCEPT