Need a help. Inject CLI command via API to PAN with client IP
Hi all,
I would to make a log-out page for captive portal. which working by inject an CLI command to PAN with client IP.
for example
clear user-cache ip 192.168.5.200
1. what php code can I use to collect client IP address ?
2. what php code can I inject
...