l6632154j wrote:
好吧...看來沒人...(恕刪)
前幾個月學測完以後爸爸有幫我找個家教就讀北醫的,他是中一中畢業的,可是試教以後被我拒絕了(他早已喪失了解題能力)
爸爸聽我這麼說都快氣死了(要去讀警專的還敢嫌棄醫學系的)
NeverGiveUp!! wrote:--
ABC各三版沒問題...(恕刪)
NeverGiveUp!! wrote:--
ABC各三版沒問題...(恕刪)
NeverGiveUp!! wrote:
ABC各三版沒問題...(恕刪)
/ip firewall filter add action=accept chain=input comment="Accept related(Input) packets" \ connection-state=related add action=jump chain=forward comment="DDoS Detection and Blocking" \ connection-state=new jump-target=detect-ddos add action=return chain=detect-ddos dst-limit=\ 32,32,src-and-dst-addresses/10s add action=return chain=detect-ddos src-address=192.168.88.1 add action=add-dst-to-address-list address-list=ddosed address-list-timeout=\ 10m chain=detect-ddos add action=add-src-to-address-list address-list=ddoser address-list-timeout=\ 10m chain=detect-ddos add action=accept chain=forward comment=\ "Accept All new(Forward) packets connections from local network" \ in-interface=bridge add action=drop chain=forward comment="Drop Rule - Forward Chain" /ip route add distance=1 routing-mark=ddoser-route-mark type=blackhole /ip firewall mangle add action=mark-routing chain=prerouting dst-address-list=ddosed \ new-routing-mark=ddoser-route-mark passthrough=no src-address-list=ddoser |
/ip firewall nat add action=masquerade chain=srcnat comment="IP Masquerading" \ out-interface=pppoe-out1 /ip firewall filter add action=accept chain=input comment=\ "Accept all(Input) packetsconnections from local network" \ in-interface=bridge |
l6632154j wrote:
安安
最近幾天都在中女中看小綠綠,很沒勁...
l6632154j wrote:你的文太短了...
好吧...
看來沒人在乎"肥宅跑去女校看妹"這種事
(順便問一下,這裡有中一中畢業的嗎,我有個關於這所學校的疑問已經困擾很久,想問清楚)
NeverGiveUp!! wrote:
ABC各三版稍修改...(恕刪)
/ip firewall filter add action=accept chain=input comment=\ "Accept all(Input) packetsconnections from local network" \ in-interface-list=LAN add action=accept chain=forward comment=\ "Accept All new(Forward) packets connections from local network" \ in-interface-list=!WAN |