Grandpuits proxy setup
This commit is contained in:
@@ -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)}")
|
||||
|
||||
Reference in New Issue
Block a user