Diff

Differences From Artifact [2c5c4683c8]:

To Artifact [3378d4d0fc]:


2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2475
2476
2477
2478
2479
2480
2481



2482
2483
2484
2485
2486
2487
2488







-
-
-







			set localIPPrefix "::ffff:"
		}
		v6 {
			set urls {
				http://ipv6.rkeene.org/whatismyip
				http://ifconfig.co/
			}
			set urls {
				http://api.ipify.org/
			}

			set localIPPrefix ""
		}
		default {
			return -code error "version must be \"v4\" or \"v6\""
		}
	}