Skip to content

Commit c09e01c

Browse files
committed
docs(readme): fix public ip echo custom url prefix url:https:// instead of https://
1 parent 6a6b1a8 commit c09e01c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ You can otherwise customize it with the following:
282282
- `nnev` using [https://ip.nnev.de](https://ip.nnev.de)
283283
- `wtfismyip` using [https://wtfismyip.com/text](https://wtfismyip.com/text)
284284
- `seeip` using [https://api.seeip.org](https://api.seeip.org)
285-
- You can also specify an HTTPS URL such as `https://ipinfo.io/ip`
285+
- You can also specify an HTTPS URL with prefix `url:` for example `url:https://ipinfo.io/ip`
286286
- `PUBLICIPV4_HTTP_PROVIDERS` gets your public IPv4 address only. It can be one or more of the following:
287287
- `ipleak` using [https://ipv4.ipleak.net/json](https://ipv4.ipleak.net/json)
288288
- `ipify` using [https://api.ipify.org](https://api.ipify.org)
@@ -291,7 +291,7 @@ You can otherwise customize it with the following:
291291
- `nnev` using [https://ip4.nnev.de](https://ip4.nnev.de)
292292
- `wtfismyip` using [https://ipv4.wtfismyip.com/text](https://ipv4.wtfismyip.com/text)
293293
- `seeip` using [https://ipv4.seeip.org](https://ipv4.seeip.org)
294-
- You can also specify an HTTPS URL such as `https://ipinfo.io/ip`
294+
- You can also specify an HTTPS URL with prefix `url:` for example `url:https://ipinfo.io/ip`
295295
- `PUBLICIPV6_HTTP_PROVIDERS` gets your public IPv6 address only. It can be one or more of the following:
296296
- `ipleak` using [https://ipv6.ipleak.net/json](https://ipv6.ipleak.net/json)
297297
- `ipify` using [https://api6.ipify.org](https://api6.ipify.org)
@@ -300,7 +300,7 @@ You can otherwise customize it with the following:
300300
- `nnev` using [https://ip6.nnev.de](https://ip6.nnev.de)
301301
- `wtfismyip` using [https://ipv6.wtfismyip.com/text](https://ipv6.wtfismyip.com/text)
302302
- `seeip` using [https://ipv6.seeip.org](https://ipv6.seeip.org)
303-
- You can also specify an HTTPS URL such as `https://ipinfo.io/ip`
303+
- You can also specify an HTTPS URL with prefix `url:` for example `url:https://ipinfo.io/ip`
304304
- `PUBLICIP_DNS_PROVIDERS` gets your public IPv4 address only or IPv6 address only or one of them (see #136). It can be one or more of the following:
305305
- `cloudflare`
306306
- `opendns`

0 commit comments

Comments
 (0)