diff --git a/roles/pagure/frontend/templates/pagure.cfg b/roles/pagure/frontend/templates/pagure.cfg index 317c8d43c4..67874c4a0e 100644 --- a/roles/pagure/frontend/templates/pagure.cfg +++ b/roles/pagure/frontend/templates/pagure.cfg @@ -73,7 +73,7 @@ GIT_URL_GIT = 'https://pagure.io/' {% if env == 'pagure-staging' %} IP_ALLOWED_INTERNAL = ['127.0.0.1', 'localhost', '::1', '140.211.169.203'] {% else %} -IP_ALLOWED_INTERNAL = ['127.0.0.1', 'localhost', '::1', '140.211.169.204'] +IP_ALLOWED_INTERNAL = ['127.0.0.1', 'localhost', '::1', '140.211.169.204', '2605:bc80:3010:600:dead:beef:cafe:fed8'] {% endif %} # Redis configuration