mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-01-01 00:50:09 +09:00
4 lines
72 B
PHP
4 lines
72 B
PHP
|
<?php
|
||
|
header('Content-Type: text/plain');
|
||
|
echo $_SERVER['REMOTE_ADDR'];
|