Grandpuits proxy setup

This commit is contained in:
Quentin WEPHRE
2025-10-14 09:58:15 +02:00
parent a994661294
commit 20ec50badf
4 changed files with 15 additions and 17 deletions

View File

@@ -48,10 +48,10 @@ def update_cloud_config(ip, new_content):
def main():
ip_address_prefix = "10.84.171."
start_ip = 1
end_ip = 5
SITE_NAME = "MYRTLE"
ip_address_prefix = "10.81.60."
start_ip = 193
end_ip = 214
SITE_NAME = "Grandpuits"
print(f"Site: {SITE_NAME}")
print(f"From {ip_address_prefix}{str(start_ip)} to {ip_address_prefix}{str(end_ip)}")