if you find germanies' IP ranges, using the ban system is probably the best solution.
anyway, interfacing with that hostip service is an interesting topic.
HFS won't do it by itself, i have no reason to think this service is reliable in efficiency, speed and durability.
but we have a scripting system, and you may decide to program the feature yourself.
the system is very basic, but may be powerful enough for what you need.
having a right click option is not possible at the moment, but it would not be hard for me to make it possible, and it sounds cool. like adding items to the log menu, or the connections menu, etc.
it's already possible to banish by scripting event [request] (or maybe also [connected] ).
you would use {.load.} and {.substring.} to parse the data, and {.disconnection reason.} to prevent access.
but you should someway cache the data, it's mad to to do it every time. you can use {.set table.} and {.from table.} for this.
it's challenging...
