jean-cloud-services/services/list_ips.sh
2023-08-28 20:25:32 +02:00

3 lines
52 B
Bash
Executable File

#!/bin/bash
grep -ho '172.29.[^.]\+' . -r | sort -u