mirror of
https://github.com/home-assistant/core.git
synced 2025-05-31 11:17:12 +00:00
updated telegram trusted IPs (#25564)
updated telegram trusted IPs (Source: https://core.telegram.org/bots/webhooks)
This commit is contained in:
parent
c4f673c894
commit
3a91c8f285
@ -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({
|
||||
|
Loading…
x
Reference in New Issue
Block a user