This commit is contained in:
Victor Barba Martin 2021-08-10 20:55:36 +02:00
parent ba9e4f4d7e
commit 491a33618f
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ CLUSTER_ID="29062"
POOL_ID="49934"
TOKEN={"Authorization": "Bearer a821bb97039cbd8b259e19ef9f7ea7a4e295a7399e00709fc27cad2b1f3742f4"}
print("COTURN DNS NODE REGISTER STARTED")
while(True):
r = requests.get("https://api.linode.com/v4/lke/clusters/"+CLUSTER_ID+"/pools/"+POOL_ID, headers=TOKEN)