Browse Source

cut_local : cut ipv6 CAPITAL letters

pull/172/head
bol-van 1 year ago
parent
commit
988af97fee
  1. 2
      ipset/def.sh

2
ipset/def.sh

@ -200,7 +200,7 @@ cut_local()
}
cut_local6()
{
$GREP -vE '^::|^fc..:|^fd..:|^fe8.:|^fe9.:|^fea.:|^feb.:'
$GREP -vE '^::|^fc..:|^fd..:|^fe8.:|^fe9.:|^fea.:|^feb.:|^FC..:|^FD..:|^FE8.:|^FE9.:|^FEA.:|^FEB.:'
}
oom_adjust_high()

Loading…
Cancel
Save