Torrserv - установка на Debian 11: различия между версиями
Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Admin iph (обсуждение | вклад) (Новая страница: «=== Torrserv - установка на Debian 11 === '''TorrServe – приложение, которое преобразует торрент-поток в ht...») |
Admin iph (обсуждение | вклад) |
||
Строка 4: | Строка 4: | ||
# curl -s http://lampa.mx/ads/torrserv.sh | bash -s -- -i | # curl -s http://lampa.mx/ads/torrserv.sh | bash -s -- -i | ||
+ | |||
+ | -i If the -i option is present, the shell is interactive. | ||
+ | -s If the -s option is present, or if no arguments remain after option processing, then commands are read from the standard input. This option allows the | ||
+ | positional parameters to be set when invoking an interactive shell or when reading input through a pipe. | ||
Версия 15:51, 25 мая 2022
Torrserv - установка на Debian 11
TorrServe – приложение, которое преобразует торрент-поток в http-адрес
# curl -s http://lampa.mx/ads/torrserv.sh | bash -s -- -i
-i If the -i option is present, the shell is interactive. -s If the -s option is present, or if no arguments remain after option processing, then commands are read from the standard input. This option allows the positional parameters to be set when invoking an interactive shell or when reading input through a pipe.
Проверка:
# ss -plunt | grep TorrServer udp UNCONN 0 0 0.0.0.0:32000 0.0.0.0:* users:(("TorrServer-linu",pid=767,fd=8)) tcp LISTEN 0 4096 0.0.0.0:32000 0.0.0.0:* users:(("TorrServer-linu",pid=767,fd=7)) tcp LISTEN 0 4096 *:80 *:* users:(("TorrServer-linu",pid=767,fd=9))