We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec3483d commit a4061dbCopy full SHA for a4061db
1 file changed
hw-probe.pl
@@ -13783,6 +13783,7 @@ ()
13783
$IFConfig = hideIPs($IFConfig);
13784
$IFConfig = encryptMACs($IFConfig);
13785
$IFConfig=~s/(inet6 |inet |netmask |broadcast )[^\s]+/$1\XXX/g;
13786
+ $IFConfig=~s/(ipx .+ +)[^\s]+/$1\XXXXXXXX.XXXXXXXXXXXX/g;
13787
$IFConfig=~s/(ssid )(.+?)( channel)/$1...$3/g;
13788
13789
if(isBSD())
0 commit comments