You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
408 B
6 lines
408 B
# Pastikan office tidak kena block internet (rules tetap disabled) |
|
/ip firewall filter set [find comment="block-internet-biznet"] disabled=yes |
|
/ip firewall filter set [find comment="block-internet-idbiz"] disabled=yes |
|
/ip firewall address-list remove [find list=blocked-internet and address~"192.168.0"] |
|
/ip firewall address-list remove [find list=ddoser] |
|
/ip firewall address-list remove [find list=ddosed]
|
|
|