|
28 | 28 | // define('HOST', 'server'); |
29 | 29 |
|
30 | 30 |
|
31 | | -// Enter a URL to use to determine the public IPv4 address. It must |
32 | | -// only return an IPv4 address in plain text, otherwise the script will fail. |
| 31 | +// Enter a URL to use to determine the public IPv4 address. |
33 | 32 | // [Optional; will be set to default value 'https://api.ipify.org' if missing.] |
34 | 33 | define('IPV4_ADDRESS_URL', 'https://api.ipify.org'); |
35 | 34 |
|
36 | | -// Enter a URL to use as fallback to determine the public IPv4 |
37 | | -// address. It must only return an IPv4 address in plain text, otherwise the |
38 | | -// script will fail. |
| 35 | +// Enter a URL to use as fallback to determine the public IPv4 address. |
39 | 36 | // [Optional; will be set to default value 'https://ipv4.seeip.org' if missing.] |
40 | 37 | define('IPV4_ADDRESS_URL_FALLBACK', 'https://ipv4.seeip.org'); |
41 | 38 |
|
42 | | -// Enter a URL to use to determine the public IPv6 address. It must |
43 | | -// only return an IPv6 address in plain text, otherwise the script will fail. |
| 39 | +// Enter a URL to use to determine the public IPv6 address. |
44 | 40 | // [Optional; will be set to default value 'https://ipv6.seeip.org' if missing.] |
45 | 41 | define('IPV6_ADDRESS_URL', 'https://ipv6.seeip.org'); |
46 | 42 |
|
47 | | -// Enter a URL to use as fallback to determine the public IPv6 |
48 | | -// address. It must only return an IPv6 address in plain text, otherwise the |
49 | | -// script will fail. |
| 43 | +// Enter a URL to use as fallback to determine the public IPv6 address. |
50 | 44 | // [Optional; will be set to default value 'https://v6.ident.me' if missing.] |
51 | 45 | define('IPV6_ADDRESS_URL_FALLBACK', 'https://v6.ident.me'); |
52 | 46 |
|
|
0 commit comments