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
7
wwwroot/plain_asn.php
Normal file
7
wwwroot/plain_asn.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
include 'config.php';
|
||||
|
||||
header('Content-Type: text/plain');
|
||||
echo $node_asn;
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue