|
28 | 28 | // define('HOST', 'server');
|
29 | 29 |
|
30 | 30 |
|
31 |
| -// Enter a URL to use to determine the public IPv4 address. |
32 |
| -// [Optional; will be set to default value 'https://api.ipify.org' if missing.] |
33 |
| -define('IPV4_ADDRESS_URL', 'https://api.ipify.org'); |
| 31 | +// Enter an URL to use to determine the public IPv4 address. |
| 32 | +// [Optional; will be set to default value 'https://get-ipv4.steck.cc' if missing.] |
| 33 | +define('IPV4_ADDRESS_URL', 'https://get-ipv4.steck.cc'); |
34 | 34 |
|
35 |
| -// Enter a URL to use as fallback to determine the public IPv4 address. |
| 35 | +// Enter an URL to use as fallback to determine the public IPv4 address. |
36 | 36 | // [Optional; will be set to default value 'https://ipv4.seeip.org' if missing.]
|
37 | 37 | define('IPV4_ADDRESS_URL_FALLBACK', 'https://ipv4.seeip.org');
|
38 | 38 |
|
39 |
| -// Enter a URL to use to determine the public IPv6 address. |
40 |
| -// [Optional; will be set to default value 'https://ipv6.seeip.org' if missing.] |
41 |
| -define('IPV6_ADDRESS_URL', 'https://ipv6.seeip.org'); |
| 39 | +// Enter an URL to use to determine the public IPv6 address. |
| 40 | +// [Optional; will be set to default value 'https://get-ipv6.steck.cc' if missing.] |
| 41 | +define('IPV6_ADDRESS_URL', 'https://get-ipv6.steck.cc'); |
42 | 42 |
|
43 |
| -// Enter a URL to use as fallback to determine the public IPv6 address. |
| 43 | +// Enter an URL to use as fallback to determine the public IPv6 address. |
44 | 44 | // [Optional; will be set to default value 'https://v6.ident.me' if missing.]
|
45 | 45 | define('IPV6_ADDRESS_URL_FALLBACK', 'https://v6.ident.me');
|
46 | 46 |
|
|
0 commit comments