1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2026-04-28 01:33:24 +00:00
Files
youtube-dl/ip.php
T

4 lines
72 B
PHP
Raw Normal View History

2013-05-10 02:09:39 +02:00
<?php
header('Content-Type: text/plain');
echo $_SERVER['REMOTE_ADDR'];