Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3317 from thegcat/feature/3312-add_ipv6_to_blackl…
Browse files Browse the repository at this point in the history
…ist_example_config

Add private IPv6 addresses to example config for url preview blacklist
  • Loading branch information
richvdh authored Jun 1, 2018
2 parents 71477f3 + 4ef76f3 commit a9e97dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions synapse/config/repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@ def default_config(self, **kwargs):
# - '192.168.0.0/16'
# - '100.64.0.0/10'
# - '169.254.0.0/16'
# - '::1/128'
# - 'fe80::/64'
# - 'fc00::/7'
#
# List of IP address CIDR ranges that the URL preview spider is allowed
# to access even if they are specified in url_preview_ip_range_blacklist.
Expand Down

0 comments on commit a9e97dc

Please sign in to comment.