I'm sure there is a built in function if you check out the source code
Alternatively, write your own.
My approach would be to parse the ip's against the /etc/hosts file.
Have fun.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
This will probably seem a bit redundant once the known devices function is merged
Can you help someone else get Gargoyle up and running? TL-WDR3600 : Gargoyle 1.9.0 : NBN FixedWireless
TL-WR1043ND-V2 : Gargoyle 1.8.0 : 3G Huawei E160E
Merged with your original request for this 3 years ago.
And my answer still remains the same
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
You said you were a vb.net programmer, but it looks like you haven't bothered to read the source code to even try? Why should i be inclined to help you?
The way i would approach it, is i would look at a page that already does this, and figure out how it does it.
An example would be the hosts.sh page.
Looking at the source, an iptohostname[] array is formed.
Looking at where that comes from, it is produced by gargoyle_header_footer with a particular option.
So now you know how to get the iptohostname array to come up in quotas.sh.
Now you just need to write some code to replace the IP addresses with the hostnames, which should be very simple as the IP addresses are the keys to the array.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.