mirror of
https://git.dn42.dev/lare/myip.dn42.git
synced 2024-10-24 03:11:33 +02:00
7 lines
88 B
PHP
7 lines
88 B
PHP
<?php
|
|
|
|
include 'config.php';
|
|
|
|
header('Content-Type: text/plain');
|
|
echo $node_asn;
|
|
?>
|