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:
Marek Küthe 2022-09-14 20:23:48 +02:00
parent 01af21f510
commit 69eabb70b8
No known key found for this signature in database
GPG key ID: 7E869146699108C7
9 changed files with 454 additions and 8 deletions

7
wwwroot/plain_asn.php Normal file
View file

@ -0,0 +1,7 @@
<?php
include 'config.php';
header('Content-Type: text/plain');
echo $node_asn;
?>