mirror of
https://git.dn42.dev/lare/myip.dn42.git
synced 2024-10-24 03:11:33 +02:00
create api, site and add security improvements to apache config
Signed-off-by: Marek Küthe <m.k@mk16.de>
This commit is contained in:
parent
01af21f510
commit
69eabb70b8
9 changed files with 454 additions and 8 deletions
13
wwwroot/config.php
Normal file
13
wwwroot/config.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
// The Node ID can be any value, which can be defined by the operator. It should be unique.
|
||||
$node_id = 'AS4242420000/de-01';
|
||||
|
||||
// The ASN should be the ASN from which the server providing the service is connected.
|
||||
$node_asn = '4242420000';
|
||||
|
||||
// This should be - if there is no other way - an ISO 3166-1 alpha-2 code.
|
||||
$node_location = 'DE';
|
||||
|
||||
// The commonly used name in the country where the node is located.
|
||||
$node_location_full = 'Germany';
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue