adshrc

Results 22 comments of adshrc

Last week, I installed DietPi on 15 OPi Zero 3 devices, each with 1GB of RAM. The kernel panic occurred on 12 of them, but as you said, only during...

The solution for this issue is: ``` sudo iptables -I INPUT 1 -s 172.17.0.0/16 -j ACCEPT sudo iptables -I INPUT 1 -s 172.18.0.0/16 -j ACCEPT ```