1
Web Proxy Filtering and Caching / Re: HAPROXY add GeoIP capability and run rules inside HAPROXY based on GeoIP
« on: November 24, 2023, 03:01:34 am »Perhaps these instructions refer to a previous analysis, because I did not understand the need to establish paths that begin with /login/.
In any case, I don't see in the code where you check for /login/
What is the goal you aim to achieve?
No these instructions do not refer to previous analysis or set of instructions.
There is nothing in the code about /login/ - I am merely talking about the concept on using these instructions to satisfy a need to do something like:
- The URL requested starts with a path, say /login
- and the request is coming from a GeoIP of Australia
- Then allow the request, else block the request
In my concept above, you could then allow logins to a website only from Australia IP addresses.
The instruction are for:
How to add GeoIP capability and run rules inside HAPROXY based on GeoIP
Then, how to add the GeoIP capability for HAPROXY starts in my post:
*****************************************************
ONE: These two files need to get added to the system
*****************************************************
... and so on
You do need a high understanding of how HAPROXY works for any of this to make any sense.