Skip to content

Commit e596ecc

Browse files
authored
fix: move myip.ipip.net to end of default URLs
Move myip.ipip.net to the end of frontend IPv4 default URL lists.
2 parents 321037a + e662192 commit e596ecc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

static/i18n.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ const I18N_MAP = {
185185
'zh-cn': '切换语言'
186186
},
187187
"Ipv4UrlHelp": {
188-
'en': "https://api.ipify.org, https://myip.ipip.net, https://ddns.oray.com/checkip, https://ip.3322.net, https://v4.yinghualuo.cn/bejson",
189-
'zh-cn': "https://myip.ipip.net, https://ddns.oray.com/checkip, https://ip.3322.net, https://v4.yinghualuo.cn/bejson"
188+
'en': "https://api.ipify.org, https://ddns.oray.com/checkip, https://ip.3322.net, https://v4.yinghualuo.cn/bejson, https://myip.ipip.net",
189+
'zh-cn': "https://ddns.oray.com/checkip, https://ip.3322.net, https://v4.yinghualuo.cn/bejson, https://myip.ipip.net"
190190
},
191191
"Ipv6UrlHelp": {
192192
'en': "https://speed.neu6.edu.cn/getIP.php, https://v6.ident.me, https://6.ipw.cn, https://v6.yinghualuo.cn/bejson",

web/writing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ <h5 class="portlet__head">Webhook</h5>
408408
Ipv4NetInterface: "",
409409
Ipv4Url: i18n({
410410
"en": "https://api.ipify.org, https://ddns.oray.com/checkip, https://ip.3322.net, https://4.ipw.cn, https://v4.yinghualuo.cn/bejson",
411-
"zh-cn": "https://myip.ipip.net, https://ddns.oray.com/checkip, https://ip.3322.net, https://4.ipw.cn, https://v4.yinghualuo.cn/bejson",
411+
"zh-cn": "https://ddns.oray.com/checkip, https://ip.3322.net, https://4.ipw.cn, https://v4.yinghualuo.cn/bejson, https://myip.ipip.net",
412412
}),
413413
Ipv6Cmd: "",
414414
Ipv6Domains: "",

0 commit comments

Comments
 (0)