Hi, can you please consider adding some way to alert admin if same ip is shared between 2 different auth accounts?
Also, right now, what happens if 2 customer auth have the same ip address?
Thank you
This is normal situation when traffic from same IP belongs to different account depends on other parameters.
Also, right now, what happens if 2 customer auth have the same ip address?
longest match will be used. If there are multiple with same all matching conditions values, random one will be used.
ok but I think it’s important to alert the admin that he is adding an already reserved IP, then the admin can choose what to do, if continue to insert the same IP or to remove it
It is not enough to check for same IP, because IP networks may overlap. I don’t think this is important feature, but we will merge it if you implement it properly.
I’m not able to manage Ruby, just PHP and a bit of Python, sorry