myip.dn42/wwwroot/plain_asn.php
Marek Küthe 69eabb70b8
create api, site and add security improvements to apache config
Signed-off-by: Marek Küthe <m.k@mk16.de>
2022-09-14 20:23:48 +02:00

7 lines
88 B
PHP

<?php
include 'config.php';
header('Content-Type: text/plain');
echo $node_asn;
?>