nodomain.pl

来自「This a good VPN source」· PL 代码 · 共 28 行

PL
28
字号
#!/usr/bin/perl$\ = "\n";		# automatically add newline on printLINE:while (<>) {    chop;    #!/bin/sed    if (/.domain/) {        $printit = 0;        next LINE;    }    if (/.53/) {        $printit = 0;        next LINE;    }    if (/^arp/) {	$printit = 0;	next LINE;    } }continue {    if ($printit)	{ print; }    else	{ $printit++ unless $nflag; }}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?