Differences From Artifact [2c5c4683c8]:
- File nano.tcl — part of check-in [e82a0e097b] at 2019-01-23 05:27:30 on branch trunk — Better handling of looking up local IP address (user: rkeene, size: 121991) [annotate] [blame] [check-ins using]
To Artifact [3378d4d0fc]:
- File nano.tcl — part of check-in [6d73b93560] at 2019-01-23 05:29:27 on branch trunk — Removed debugging code (user: rkeene, size: 121946) [annotate] [blame] [check-ins using]
| ︙ | |||
2475 2476 2477 2478 2479 2480 2481 | 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/
}
|
| ︙ |