mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
9febd0a fbwifi: close file handles 281e8fd fbwifi: allow HTTP/3 2306d44 fbwifi: quote variables in firewall includes c6557bc fbwifi: set webroot for redirect uhttpd instance ec76371 fbwifi: wait for xtables lock in firewall includes 7420154 fbwifi: handle duplicate arp entries cc31879 fbwifi: rework UCI state tracking 594a4e0 fbwifi: fix custom HTTP status codes e0d9cca fbwifi: fix CORS for info 4aa60db fbwifi: drop luci.sgi.cgi module from info 7b2cf4d README: editing feeds.conf.default should be avoided b1adf01 fbwifi: document how to enable/disable Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
9 lines
218 B
Plaintext
Executable File
9 lines
218 B
Plaintext
Executable File
echo -e "Runtime configuration and token DB\n"
|
|
uci -c /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
|