Open Prana-vvb opened 1 month ago
Extend the config.yaml file to have a blacklisted IPs section which the Load Balancer can read and return a 403 Forbidden status code to that IP when it tries to connect. Eg:
config.yaml
blacklisted_ip: 192.168.0.100, 192.168.1.257
Thank you for opening this issue! A Maintainer will review it soon!
@Prana-vvb Give me the issue please!
Extend the
config.yaml
file to have a blacklisted IPs section which the Load Balancer can read and return a 403 Forbidden status code to that IP when it tries to connect. Eg: