浏览代码

Other external IP sites

Bob Mottram 10 年前
父节点
当前提交
e02cdaec52
共有 1 个文件被更改,包括 49 次插入0 次删除
  1. 49
    0
      src/freedombone

+ 49
- 0
src/freedombone 查看文件

280
 # web site used to obtain the external IP address of the system
280
 # web site used to obtain the external IP address of the system
281
 GET_IP_ADDRESS_URL="checkip.two-dns.de"
281
 GET_IP_ADDRESS_URL="checkip.two-dns.de"
282
 
282
 
283
+# other possible services to obtain the external IP address
284
+EXTERNAL_IP_SERVICES=( \
285
+  'http://checkip.two-dns.de' \
286
+  'http://ip.dnsexit.com' \
287
+  'http://ifconfig.me/ip' \
288
+  'http://ipecho.net/plain' \
289
+  'http://checkip.dyndns.org/plain' \
290
+  'http://ipogre.com/linux.php' \
291
+  'http://whatismyipaddress.com/' \
292
+  'http://ip.my-proxy.com/' \
293
+  'http://websiteipaddress.com/WhatIsMyIp' \
294
+  'http://getmyipaddress.org/' \
295
+  'http://www.my-ip-address.net/' \
296
+  'http://myexternalip.com/raw' \
297
+  'http://www.canyouseeme.org/' \
298
+  'http://www.trackip.net/' \
299
+  'http://icanhazip.com/' \
300
+  'http://www.iplocation.net/' \
301
+  'http://www.howtofindmyipaddress.com/' \
302
+  'http://www.ipchicken.com/' \
303
+  'http://whatsmyip.net/' \
304
+  'http://www.ip-adress.com/' \
305
+  'http://checkmyip.com/' \
306
+  'http://www.tracemyip.org/' \
307
+  'http://checkmyip.net/' \
308
+  'http://www.lawrencegoetz.com/programs/ipinfo/' \
309
+  'http://www.findmyip.co/' \
310
+  'http://ip-lookup.net/' \
311
+  'http://www.dslreports.com/whois' \
312
+  'http://www.mon-ip.com/en/my-ip/' \
313
+  'http://www.myip.ru' \
314
+  'http://ipgoat.com/' \
315
+  'http://www.myipnumber.com/my-ip-address.asp' \
316
+  'http://www.whatsmyipaddress.net/' \
317
+  'http://formyip.com/' \
318
+  'https://check.torproject.org/' \
319
+  'http://www.displaymyip.com/' \
320
+  'http://www.bobborst.com/tools/whatsmyip/' \
321
+  'http://www.geoiptool.com/' \
322
+  'https://www.whatsmydns.net/whats-my-ip-address.html' \
323
+  'https://www.privateinternetaccess.com/pages/whats-my-ip/' \
324
+  'http://checkip.dyndns.com/' \
325
+  'http://myexternalip.com/' \
326
+  'http://www.ip-adress.eu/' \
327
+  'http://www.infosniper.net/' \
328
+  'http://wtfismyip.com/' \
329
+  'http://ipinfo.io/' \
330
+  'http://httpbin.org/ip')
331
+
283
 # cjdns settings
332
 # cjdns settings
284
 ENABLE_CJDNS="no"
333
 ENABLE_CJDNS="no"
285
 CJDNS_PRIVATE_KEY=
334
 CJDNS_PRIVATE_KEY=