Check-in [6d73b93560]
Overview
Comment:Removed debugging code
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 6d73b93560e30253618285a7f6628f343a5afe8a003ee012bace0d24ea4f79e0
User & Date: rkeene on 2019-01-23 05:29:27
Other Links: manifest | tags
Context
2019-01-23
05:40
Cache local address for a long time, it is not likely to change check-in: b07aac060d user: rkeene tags: trunk
05:29
Removed debugging code check-in: 6d73b93560 user: rkeene tags: trunk
05:27
Better handling of looking up local IP address check-in: e82a0e097b user: rkeene tags: trunk
Changes

Modified nano.tcl from [2c5c4683c8] to [3378d4d0fc].

2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
			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\""
		}
	}







<
<
<







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 localIPPrefix ""
		}
		default {
			return -code error "version must be \"v4\" or \"v6\""
		}
	}