1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

add in image and dnsmasq

This commit is contained in:
George Hunt 2019-05-09 09:52:31 -07:00
parent 701b0ced0b
commit 1bdf29a400

View file

@ -98,6 +98,18 @@ echo "/usr/bin/iiab-gen-iptable"
cat /usr/bin/iiab-gen-iptables
echo
echo "=========================================================="
echo "/.iiab-image"
cat /.iiab-image
echo
echo "=========================================================="
echo "systemctl status dnsmasq"
systemctl status dnsmasq
echo
echo "=========================================================="
echo "journalctl -u dnsmasq"
journalctl -u dnsmasq
echo
echo "=========================================================="
echo "port usage"
netstat -natp
echo