docs: fix demo image for Mikrotik setting up

This commit is contained in:
Rekryt
2024-09-02 15:48:31 +03:00
parent ab4c5759a7
commit 55c1fb9628
2 changed files with 3 additions and 3 deletions

View File

@@ -132,7 +132,7 @@ composer install
php index.php php index.php
``` ```
## Настройка Mikrotik ## Setting up Mikrotik
- In the router's admin panel (or via winbox), navigate to System -> Scripts. - In the router's admin panel (or via winbox), navigate to System -> Scripts.
- Create a new script by clicking "Add new" and give it a name, for example `iplist_youtube_v4_cidr` - Create a new script by clicking "Add new" and give it a name, for example `iplist_youtube_v4_cidr`
- In the `Source` field, enter the following code (replace `url` with your server's address, and the protocol in `mode` may differ): - In the `Source` field, enter the following code (replace `url` with your server's address, and the protocol in `mode` may differ):
@@ -148,7 +148,7 @@ php index.php
:delay 10s :delay 10s
:log info "New iplist_youtube_v4_cidr added successfully"; :log info "New iplist_youtube_v4_cidr added successfully";
``` ```
- ![1](https://github.com/user-attachments/assets/5c88ea7a-7d5b-41de-8405-e1d2b13b96a2) - ![1](https://github.com/user-attachments/assets/9d8b1bdf-ea4b-4fdb-ba74-297a42d5a01b)
- Save the script - Save the script
- Go to System -> Scheduler - Go to System -> Scheduler
- Create a new task with a name of your choice, for example `iplist_youtube_v4_cidr` - Create a new task with a name of your choice, for example `iplist_youtube_v4_cidr`

View File

@@ -156,7 +156,7 @@ php index.php
:delay 10s :delay 10s
:log info "New iplist_youtube_v4_cidr added successfully"; :log info "New iplist_youtube_v4_cidr added successfully";
``` ```
- ![1](https://github.com/user-attachments/assets/5c88ea7a-7d5b-41de-8405-e1d2b13b96a2) - ![1](https://github.com/user-attachments/assets/9d8b1bdf-ea4b-4fdb-ba74-297a42d5a01b)
- Сохраните скрипт - Сохраните скрипт
- Откройте раздел планировщика System -> Scheduler - Откройте раздел планировщика System -> Scheduler
- Создайте новое задание с произвольным именем, например `iplist_youtube_v4_cidr` - Создайте новое задание с произвольным именем, например `iplist_youtube_v4_cidr`