Skip to content

Commit

Permalink
修复错误的ipv6_urls
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoyifeng committed Jan 11, 2024
1 parent 817828f commit 1472420
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions configs/config_sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@
}
],
"ip_urls": [
"https://api.ipify.org",
"https://api4.ipify.org",
"https://myip.biturl.top",
"https://ip4.seeip.org",
"https://ipecho.net/plain",
"https://api-ipv4.ip.sb/ip",
"https://api.ip.sb/ip"
"https://api-ipv4.ip.sb/ip"
],
"ipv6_urls": ["https://ipify.org"],
"ipv6_urls": [
"https://api6.ipify.org",
"https://api-ipv6.ip.sb/ip"
],
"ip_type": "IPv4",
"interval": 300,
"resolver": "8.8.8.8",
Expand Down
4 changes: 2 additions & 2 deletions configs/config_sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ domains:
sub_domains:
- www
- test
ip_urls: [https://api.ipify.org, https://api.ip.sb/ip]
ipv6_urls: [https://ipify.org]
ip_urls: [https://api4.ipify.org, https://api-ipv4.ip.sb/ip]
ipv6_urls: [https://api6.ipify.org, https://api-ipv6.ip.sb/ip]
ip_type: IPv4
interval: 300
resolver: 8.8.8.8
Expand Down

0 comments on commit 1472420

Please sign in to comment.