Looks like pagure01 uses the IPv6 address when making API calls to itself, so add it to the list of allowed IP addresses
This commit is contained in:
parent
588a2a3598
commit
f481de42a3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue