jean-cloud-services/services/list_ips.sh

3 lines
50 B
Bash
Raw Normal View History

2023-05-02 08:59:13 +00:00
#!/bin/bash
grep -ho '172.29.[^.]' . -r | sort -u