mirror of
https://github.com/rekryt/iplist.git
synced 2025-10-12 16:39:35 +03:00
docs: fix demo image for Mikrotik setting up
This commit is contained in:
@@ -132,7 +132,7 @@ composer install
|
||||
php index.php
|
||||
```
|
||||
|
||||
## Настройка Mikrotik
|
||||
## Setting up Mikrotik
|
||||
- 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`
|
||||
- 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
|
||||
:log info "New iplist_youtube_v4_cidr added successfully";
|
||||
```
|
||||
- 
|
||||
- 
|
||||
- Save the script
|
||||
- Go to System -> Scheduler
|
||||
- Create a new task with a name of your choice, for example `iplist_youtube_v4_cidr`
|
||||
|
@@ -156,7 +156,7 @@ php index.php
|
||||
:delay 10s
|
||||
:log info "New iplist_youtube_v4_cidr added successfully";
|
||||
```
|
||||
- 
|
||||
- 
|
||||
- Сохраните скрипт
|
||||
- Откройте раздел планировщика System -> Scheduler
|
||||
- Создайте новое задание с произвольным именем, например `iplist_youtube_v4_cidr`
|
||||
|
Reference in New Issue
Block a user