This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
import requests | |
import ipaddress | |
import json | |
# Get these from cloudflare - check the blog article @ https://nikro.me/ | |
token="" | |
zone="" | |
entry="cloud.nikro.me" | |
entry_id="" |
This file has been truncated, but you can view the full file.