mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 09:32:34 +00:00
9 lines
218 B
Plaintext
Executable File
9 lines
218 B
Plaintext
Executable File
echo -e "Runtime configuration and token DB\n"
|
|
uci -p /var/state export fbwifi
|
|
|
|
echo -e "\nDynamic firewall flow rules\n"
|
|
iptables -t mangle -L FBWIFI_CLIENT_TO_INTERNET
|
|
|
|
echo -e "\nDHCP leases\n"
|
|
cat /tmp/dhcp.leases
|