Skip to content

Commit

Permalink
Update readme about proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Oct 13, 2024
1 parent 05012e2 commit 58d5c37
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -848,12 +848,29 @@ script:
media_content_type: brightness
``````
## Настройки Proxy
## Если Яндекс заблокирован в стране
[#257](https://github.com/AlexxIT/YandexStation/issues/257) [#263](https://github.com/AlexxIT/YandexStation/issues/263) [#518](https://github.com/AlexxIT/YandexStation/issues/#518) [#552](https://github.com/AlexxIT/YandexStation/issues/#552)
**Использование другого домена Яндекса**
```yaml
yandex_station:
domain: yandex.com
```
**Подключение HTTP-прокси**
```yaml
yandex_station:
proxy: http://username:[email protected]:3128
```
# обязательно использование proxy с поддержкой HTTPS!
**Отключение проверки HTTPS сертификатов**
```yaml
yandex_station:
proxy: http://94.130.49.151:3128
ssl: False
```
## Troubleshooting
Expand Down

0 comments on commit 58d5c37

Please sign in to comment.