routeros-fans / Get-Iran-IP

Get IP Iran and add to Mikrotik Address List

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get IP Iran

This script is for get iran ip subnet and added to address list mikrotik

How to use script

foreach i in={"NoNAT"} do={
  /tool fetch url="https://raw.githubusercontent.com/MrAriaNet/Get-IP-Iran/main/list.rsc" dst-path=NoNAT
  /ip firewall address-list remove [/ip firewall address-list find list=$i]
  /import file-name=$i
  /file remove $i
}

Author

Aria

Special thanks from my best friends

Saleh

Mahdi Habashi

About

Get IP Iran and add to Mikrotik Address List

License:The Unlicense


Languages

Language:RouterOS Script 99.5%Language:Shell 0.5%