Skip to content

Commit 958096f

Browse files
simplify explanation in config.dist.php
1 parent 2a07aae commit 958096f

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

config.dist.php

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,25 +28,19 @@
2828
// define('HOST', 'server');
2929

3030

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.
3332
// [Optional; will be set to default value 'https://api.ipify.org' if missing.]
3433
define('IPV4_ADDRESS_URL', 'https://api.ipify.org');
3534

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.
3936
// [Optional; will be set to default value 'https://ipv4.seeip.org' if missing.]
4037
define('IPV4_ADDRESS_URL_FALLBACK', 'https://ipv4.seeip.org');
4138

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.
4440
// [Optional; will be set to default value 'https://ipv6.seeip.org' if missing.]
4541
define('IPV6_ADDRESS_URL', 'https://ipv6.seeip.org');
4642

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.
5044
// [Optional; will be set to default value 'https://v6.ident.me' if missing.]
5145
define('IPV6_ADDRESS_URL_FALLBACK', 'https://v6.ident.me');
5246

0 commit comments

Comments
 (0)