Archived
1
0
This commit is contained in:
Jeff Becker 2016-08-14 11:27:46 -04:00
parent 74f07c3a6c
commit f7eb634aa1

View File

@ -49,7 +49,7 @@ function gennntp($headers, $files) {
}
function shoveitup($msg, $id) {
$s = fsockopen("tcp://i2p.rocks:1119");
$s = fsockopen("tcp://localhost:1119");
fgets($s);
fputs($s, "MODE STREAM\r\n");
fgets($s);