updated telegram trusted IPs (#25564)

updated telegram trusted IPs (Source: https://core.telegram.org/bots/webhooks)
This commit is contained in:
Tobias Perschon 2019-07-29 21:51:05 +02:00 committed by Andrew Sayre
parent c4f673c894
commit 3a91c8f285

View File

@ -77,12 +77,8 @@ PARSER_HTML = 'html'
PARSER_MD = 'markdown'
DEFAULT_TRUSTED_NETWORKS = [
ip_network('149.154.167.197/32'),
ip_network('149.154.167.198/31'),
ip_network('149.154.167.200/29'),
ip_network('149.154.167.208/28'),
ip_network('149.154.167.224/29'),
ip_network('149.154.167.232/31')
ip_network('149.154.160.0/20'),
ip_network('91.108.4.0/22')
]
CONFIG_SCHEMA = vol.Schema({