分類彙整:ros

ROS 匯入 台灣ip

#這是shell /tool fetch url=http://www.iwik.org/ipcountry/mikrotik/TW /import file-name=TW :local TW [:len [/ip firewall address-list find list="TW"]] /file remove [find name="TW"] :log info ("TW list update:"."$TW"."條規則") #這是 TW CIDR https://www.iwik.org/ipcountry/TW.cidr

發表於 ros | 已標籤 | 發表迴響

ROS 國家別 Firewall address-list

https://mikrotikconfig.com/firewall/#address https://www.ip2location.com/free/visitor-blocker # 惡意 addrsss-list https://raw.githubusercontent.com/ktsaou/blocklist-ipsets/master/firehol_level1.netset 172.16.0.0/12 10.0.0.0/8 192.168.0.0/16

發表於 ros | 發表迴響

ddns update

原本網名叫 me.idv.tw 想在上面加上 test 開頭 test.me.idv.tw ##1.產生Key ### dnssec-keygen -a HMAC-MD5 -b 512 -n HOST test #ktest.++157+44587 # #產生 Ktest.+157+44587.key # Ktest.+157+44587.private # cat Ktest.+157+44587.key # test. IN KEY 512 3 157 BJ7y6dzxchy3u0B4hRLksQ== #記下 "BJ7y6dzxchy3u0B4hRLksQ==" 這組KEY,丟到 自架dnserver PS: 新版本 dnssec-keygen … 繼續閱讀 →

發表於 ros | 已標籤 | 發表迴響