]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commit
ipinfo.cgi: Display network flags of the given addresses.
authorStefan Schantl <stefan.schantl@ipfire.org>
Tue, 22 Sep 2020 18:25:06 +0000 (20:25 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 24 Sep 2020 10:00:26 +0000 (10:00 +0000)
commit2741382980346a9f5964955bf43945f96aa29931
tree8ac8618e98024ff181c79599cbcd4d67c902741a
parent957a48c9a646132fd3dcc66971b62bc5319afc7c
ipinfo.cgi: Display network flags of the given addresses.

Use the libloc data for gathering and displaying the stored network
flags, like "Anonymous Proxy" for the addresses.

The notice of a flag only will be displayed, if a flag is set for the
network which contains the given address.

Currently this notice text is "hardcoded" in englisch language, because
the entire other content of the page is in Englisch (responses from RIR's)
and also the flag names like "Anonymous Proxy" are only availabe in
English.

IMHO there is no need to to translate the string "This address is marked
as" into different languages, because of the reasons abouve.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/ipinfo.cgi