youtube-dl/ip.php

4 lines
72 B
PHP

<?php
header('Content-Type: text/plain');
echo $_SERVER['REMOTE_ADDR'];