Is it possible to use wget or curl on Gargoyle interface?

General discussion about Gargoyle, OpenWrt or anything else even remotely related to the project

Moderator: Moderators

Lantis
Moderator
Posts: 6735
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: Is it possible to use wget or curl on Gargoyle interface?

Post by Lantis »

The fastest SSH methods would be

Code: Select all

uptime
ifstatus wan | jsonfilter -e "@['ipv4-address'][0].address"
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

rockyd
Posts: 49
Joined: Tue Oct 22, 2019 5:49 am

Re: Is it possible to use wget or curl on Gargoyle interface?

Post by rockyd »

Thanks for your help. With the messing around with curl in a batch file, I was able to adapt it to php.

resulting in
https://www.rockysnet.com/uptime/

Lantis
Moderator
Posts: 6735
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: Is it possible to use wget or curl on Gargoyle interface?

Post by Lantis »

That's pretty cool :)
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

Post Reply