├── .gitattributes ├── .gitignore ├── LICENSE ├── README.md ├── edgenodes-ipv4.txt ├── edgenodes-ipv6.txt ├── edgenodes.json └── lastrun /.gitattributes: -------------------------------------------------------------------------------- 1 | * text eol=lf 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gelob/azure-cdn-ips/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gelob/azure-cdn-ips/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gelob/azure-cdn-ips/HEAD/README.md -------------------------------------------------------------------------------- /edgenodes-ipv4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gelob/azure-cdn-ips/HEAD/edgenodes-ipv4.txt -------------------------------------------------------------------------------- /edgenodes-ipv6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gelob/azure-cdn-ips/HEAD/edgenodes-ipv6.txt -------------------------------------------------------------------------------- /edgenodes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gelob/azure-cdn-ips/HEAD/edgenodes.json -------------------------------------------------------------------------------- /lastrun: -------------------------------------------------------------------------------- 1 | 09/21/2025 2 | --------------------------------------------------------------------------------