mirror of
https://github.com/bol-van/zapret.git
synced 2024-12-02 06:30:53 +03:00
cut_local : cut ipv6 CAPITAL letters
This commit is contained in:
parent
112acf466d
commit
988af97fee
@ -200,7 +200,7 @@ cut_local()
|
|||||||
}
|
}
|
||||||
cut_local6()
|
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()
|
oom_adjust_high()
|
||||||
|
Loading…
Reference in New Issue
Block a user