All public logs

Jump to navigation Jump to search

Combined display of all available logs of 清冽之泉. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:36, 29 April 2026 Mwroot talk contribs created page Iptables ipset 使用经验 (Created page with "== 白名单 == <syntaxhighlight lang="bash"> ipset create mw_white hash:ip family inet hashsize 4096 maxelem 131072 ipset list mw_white ipset test mw_white 1.2.3.4 ipset add mw_white 1.2.3.4 -exist ipset del mw_white 1.2.3.4 </syntaxhighlight> <code>iptables -I INPUT 1 -m set --match-set mw_white src -j ACCEPT</code> 令白名单规则排第一条。 == 黑名单 == <syntaxhighlight lang="bash"> ipseet create mw_ban hash:ip family inet hashsize 4096 maxelem 131072 tim...")