jean-cloud-services/services/list_ips.sh

3 lines
52 B
Bash
Raw Normal View History

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