mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
add in image and dnsmasq
This commit is contained in:
parent
701b0ced0b
commit
1bdf29a400
1 changed files with 12 additions and 0 deletions
|
@ -98,6 +98,18 @@ echo "/usr/bin/iiab-gen-iptable"
|
||||||
cat /usr/bin/iiab-gen-iptables
|
cat /usr/bin/iiab-gen-iptables
|
||||||
echo
|
echo
|
||||||
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"
|
echo "port usage"
|
||||||
netstat -natp
|
netstat -natp
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Reference in a new issue