Compare commits

..

2 Commits

Author SHA1 Message Date
982395c646 chore: add additional address
Some checks failed
Create Scripts / Build (push) Failing after 12m9s
2024-02-27 23:32:54 +08:00
d1fa30924a docs: add readme 2024-02-27 23:31:17 +08:00
3 changed files with 26 additions and 2 deletions

View File

@ -1,6 +1,8 @@
name: Create Scripts name: Create Scripts
on: on:
push: push:
paths-ignore:
- "**.md"
schedule: schedule:
- cron: 0 5 * * * - cron: 0 5 * * *
jobs: jobs:

21
README.md Normal file
View File

@ -0,0 +1,21 @@
# Mikrotik Router Switch
For policy routing at china and foreign countries with Mikrotik RouterOS.
## Quick Start
Flush address list.
```
:foreach i in=[/ip firewall mangle find comment=\"breakwall\"] do={ /ip firewall mangle disable $i }
:foreach i in=[ find list=$address_list ] do={ remove number=$i }
```
Upload chn_list.rsc script to your router, then run import command.
```
/import chn_list.rsc
```
> If there have any firewall rules that depends on the address list 'chn_list', for example mangle rules, disable
> mangle rules before flush, and enable it after import.

View File

@ -13,3 +13,4 @@
17.0.0.0/8 17.0.0.0/8
dl.simaek.com dl.simaek.com
nas.simaek.com