economic wrote:
這種我還沒玩過,應...(恕刪)
是我會買這種,可以邊聽音樂又能聽到旁邊人講話聲音,騎車走路時使用安全多,也不會因為聽不見別人講話惹毛人


| /ip firewall nat add action=redirect chain=dstnat comment=DNS dst-port=53 protocol=tcp \ to-ports=53 add action=redirect chain=dstnat dst-port=53 protocol=udp to-ports=53 add action=masquerade chain=srcnat comment="IP Masquerading" src-address=\ 192.168.88.0/24 /ip firewall filter add chain=input comment="Accept established connections" connection-state=\ established add chain=input comment="Accept related connections" connection-state=related add action=reject chain=input comment="Reject invalid connections" \ connection-state=invalid reject-with=icmp-network-unreachable add action=accept chain=input comment=UDP limit=0,0:packet protocol=udp \ disabled=no add action=accept chain=input comment="Allow limited pings" icmp-options=\ !8:0-255 limit=50/5s,2:packet protocol=icmp tcp-flags="" add action=reject chain=input comment="Reject excess pings" log=yes protocol=\ icmp reject-with=icmp-network-unreachable add action=accept chain=input comment="From our LAN" in-interface=bridge \ src-address=192.168.88.0/24 add action=log chain=input comment="Log everything else" log-prefix=\ "REJECT INPUT" add action=reject chain=input comment="Reject everything else" reject-with=\ icmp-network-unreachable /system scheduler add comment="Check and set NTP servers" interval=6h name=SetNtpServers \ on-event="# SetNtpServers - Check and set NTP servers from NTP pool\\r\\ \\n# v1.2 Tested and Developed on ROS v5.7\\r\\ \\n#\\r\\ \\n# Change the following line as needed as progName should match script na\\ me \\r\\ \\n:local progName \\"SetNtpServers\";\r\ \n\r\ \n# Array of NTP pools to use (check time.windows.com) one or a maximum of\ \_two, a primary & secondary\r\ \n# Modify the following line and array variable based on your locale (def\ ault is north america).\r\ \n:local arrNtpSystems (\"time.windows.com\", \"time.nist.gov\");\r\ \n# Alternatively the US related pool below can be used. \r\ \n#:local arrNtpSystems (\"time.windows.com\", \"time.nist.gov\");\r\ \n#\r\ \n# No modification is necessary beyond this line.\r\ \n:put \"\$progName: Running...\";\r\ \n:log info \"\$progName: Running...\";\r\ \n:set arrNtpSystems [ :toarray \$arrNtpSystems ];\r\ \n:if (( [ :len \$arrNtpSystems ] < 1 ) or ( [ :len \$arrNtpSystems ] > 2 \ )) do={ \r\ \n :put \"\$progName: ERROR NTP Systems array (\\\$arrNtpSystems) must \ be either one or two DNS names.\";\r\ \n :log info \"\$progName: ERROR NTP Systems array (\\\$arrNtpSystems) \ must be either one or two DNS names.\";\r\ \n} else={\r\ \n :local arrRosNtpSetting (\"primary-ntp\", \"secondary-ntp\");\r\ \n :local i 0;\r\ \n :foreach strNtpSystem in (\$arrNtpSystems) do={\r\ \n :local ipAddrNtpSystem [ :resolve \$strNtpSystem ];\r\ \n :local strRosNtpSetting [ :pick \$arrRosNtpSetting \$i ];\r\ \n :local strCurrentNtpIp [ /system ntp client get \$strRosNtpSetti\ ng ];\r\ \n :put \"\$progName: NTP server DNS name \$strNtpSystem resolves t\ o \$ipAddrNtpSystem.\";\r\ \n :log info \"\$progName: NTP server DNS name \$strNtpSystem resol\ ves to \$ipAddrNtpSystem.\";\r\ \n :put \"\$progName: Current \$strRosNtpSetting setting is \$strCu\ rrentNtpIp.\";\r\ \n :log info \"\$progName: Current \$strRosNtpSetting setting is \$\ strCurrentNtpIp.\";\r\ \n :if ( [ :toip \$ipAddrNtpSystem ] != [ :toip \$strCurrentNtpIp ]\ \_) do={\r\ \n :put \"\$progName: Changing \$strRosNtpSetting setting to \$\ ipAddrNtpSystem.\";\r\ \n :log info \"\$progName: Changing \$strRosNtpSetting setting \ to \$ipAddrNtpSystem.\";\r\ \n :local strCommand [ :parse \"/system ntp client set \$strRos\ NtpSetting=\\\"\$ipAddrNtpSystem\\\"\" ];\r\ \n \$strCommand;\r\ \n } else={\r\ \n :put \"\$progName: No changes were made for the \$strRosNtpS\ etting NTP setting.\";\r\ \n :log info \"\$progName: No changes were made for the \$strRo\ sNtpSetting NTP setting.\";\r\ \n }\r\ \n :set i (\$i + 1);\r\ \n }\r\ \n}\r\ \n:put \"\$progName: Done.\";\r\ \n:log info \"\$progName: Done.\";" policy=\ ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon \ start-time=startup add comment=Download_Ads_List interval=24h name=DownloadAdsList \ on-event="/system script run Blocklister_download_Ads" policy=\ ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon \ start-time=startup add interval=25h name=DownloadHijackedList on-event=\ "/system script run \r\ \nBlocklister_download_Hijacked" policy=\ ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon \ start-time=startup add interval=26h name=DownloadMalwaredomainlistList on-event=\ "/system script run Blocklister_download_Malwaredomainlist" policy=\ ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon \ start-time=startup /system script add name=Blocklister_download_Ads owner=admin policy=\ ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon source="/\\ tool fetch url=\\"https://blocklister.gefoo.org/ads\" dst-path=\"ads.rsc\";\ \_/import file-name=\"ads.rsc\";" add name=Blocklister_download_Hijacked owner=admin policy=\ ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon source="/\\ tool fetch url=\\"https://blocklister.gefoo.org/hijacked\" dst-path=\"hijac\ ked.rsc\"; /import file-name=\"hijacked.rsc\";" add name=Blocklister_download_Malwaredomainlist owner=admin policy=\ ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon source="/\\ tool fetch url=\\"https://blocklister.gefoo.org/malwaredomainlist\" dst-pat\ h=\"malwaredomainlist.rsc\"; /import file-name=\"malwaredomainlist.rsc\";" /ip firewall raw add action=drop chain=prerouting dst-address-list=ads_list add action=drop chain=prerouting dst-address-list=hijacked_list add action=drop chain=prerouting dst-address-list=malwaredomainlist_list |


JAY-Z - Family Feud ft. Beyoncé

任何一律都經過打包帶出.這樣的藝術.| /ip firewall nat add action=masquerade chain=srcnat comment="IP Masquerading" |
NeverGiveUp!! wrote:
/ip firewall...(恕刪)


Justin Timberlake - Filthy (Official Video)