fix: add openai
This commit is contained in:
@@ -1,9 +1,8 @@
|
|||||||
# MikroTik VPN Routes
|
# MikroTik VPN Routes
|
||||||
|
|
||||||
Конфигурационные файлы для маршрутизации трафика через VPN-туннели на роутере MikroTik.
|
Конфигурационные файлы для маршрутизации трафика через туннели на роутере MikroTik.
|
||||||
|
|
||||||
|
|
||||||
## Файлы конфигурации
|
## Файлы конфигурации
|
||||||
|
|
||||||
- `domains-ru.rsc` — домены через VPN-RU (Москва)
|
- `domains-ru.rsc` — домены через RU (Москва)
|
||||||
- `domains-lt.rsc` — домены через VPN-LT (Литва)
|
- `domains-lt.rsc` — домены через LT (Литва)
|
||||||
@@ -21,4 +21,8 @@ add type=FWD forward-to=8.8.8.8 regexp=".*anthropic\\.com" address-list=via-lt c
|
|||||||
add type=FWD forward-to=8.8.8.8 regexp=".*claude\\.ai" address-list=via-lt comment="VIA-LT"
|
add type=FWD forward-to=8.8.8.8 regexp=".*claude\\.ai" address-list=via-lt comment="VIA-LT"
|
||||||
add type=FWD forward-to=8.8.8.8 regexp=".*claude\\.com" address-list=via-lt comment="VIA-LT"
|
add type=FWD forward-to=8.8.8.8 regexp=".*claude\\.com" address-list=via-lt comment="VIA-LT"
|
||||||
add type=FWD forward-to=8.8.8.8 regexp=".*sentry\\.io" address-list=via-lt comment="VIA-LT"
|
add type=FWD forward-to=8.8.8.8 regexp=".*sentry\\.io" address-list=via-lt comment="VIA-LT"
|
||||||
add type=FWD forward-to=8.8.8.8 regexp=".*chatgpt\\.com" address-list=via-lt comment="VIA-LT"
|
add type=FWD forward-to=8.8.8.8 regexp=".*chatgpt\\.com" address-list=via-lt comment="VIA-LT"
|
||||||
|
add type=FWD forward-to=8.8.8.8 regexp=".*openai\\.com" address-list=via-lt comment="VIA-LT"
|
||||||
|
add type=FWD forward-to=8.8.8.8 regexp=".*chat\\.com" address-list=via-lt comment="VIA-LT"
|
||||||
|
add type=FWD forward-to=8.8.8.8 regexp=".*oaistatic\\.com" address-list=via-lt comment="VIA-LT"
|
||||||
|
add type=FWD forward-to=8.8.8.8 regexp=".*oaiusercontent\\.com" address-list=via-lt comment="VIA-LT"
|
||||||
Reference in New Issue
Block a user