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