|
@@ -7,7 +7,11 @@ if (strpos($_SERVER['PHP_SELF'], "inc.php") !== false)
|
|
// Public IP adresses (shown on the interface)
|
|
// Public IP adresses (shown on the interface)
|
|
define("IPV4_ADDRESS", "82.66.61.19");
|
|
define("IPV4_ADDRESS", "82.66.61.19");
|
|
define("IPV6_ADDRESS", "2a01:e0a:15c:2e40:acab:3:3:3");
|
|
define("IPV6_ADDRESS", "2a01:e0a:15c:2e40:acab:3:3:3");
|
|
-//define("IPV6_ADDRESS", "2a01:e0a:15c:2e40:acab:4c4b:1312:fed1");
|
|
|
|
|
|
+
|
|
|
|
+// Example IP adresses (for placeholders)
|
|
|
|
+define("IPV4_EXAMPLE", "203.0.113.42"); // See RFC5737: IPv4 Address Blocks Reserved for Documentation
|
|
|
|
+define("IPV6_EXAMPLE", "2001:db8::3"); // See RFC3849: IPv6 Address Prefix Reserved for Documentation
|
|
|
|
+define("DOMAIN_EXAMPLE", "example"); // From RFC2606: Reserved Top Level DNS Names > 2. TLDs for Testing, & Documentation Examples
|
|
|
|
|
|
// Custom Niver paths
|
|
// Custom Niver paths
|
|
define("PREFIX", "/motrig"); // Prefix in URL, if any
|
|
define("PREFIX", "/motrig"); // Prefix in URL, if any
|