zeek/auxil/zeekctl/testing/Scripts/diff-remove-localhost-values
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

6 lines
136 B
Bash
Executable File

#! /usr/bin/env bash
#
# Replace localhost values with X (e.g., "key=::1" would convert to "key=X").
sed 's/=::1/=X/;s/=127.0.0.1/=X/'