C:\tools\goproxy> C:\tools\goproxy\proxy sps -S socks -T tcp -P 127.0.0.1:9150 -t tcp -p :9999 convert socks5 proxy to http(s) proxy возможно, FRP или vray/xray/shadowSocks (ss) умеют то же самое https://github.com/fatedier/frp https://github.com/mitmproxy/mitmproxy https://github.com/2dust/v2rayN https://github.com/v2ray/v2ray-core https://github.com/2dust/v2rayNG но у goproxy оно сейчас из коробки https://snail007.github.io/goproxy/manual/#/?id=_63-socks5-to-httpssocks5ss 6.3 SOCKS5 to HTTP(S)+SOCKS5+SS The proxy protocol conversion uses the sps subcommand. The sps itself does not provide the proxy function. It only accepts the proxy request to "convert and forward" to the existing http(s) proxy or the socks5 proxy or ss proxy; the sps can put the existing http(s) proxy or socks5 proxy or ss proxy is converted to a port that supports both http(s) and socks5 and ss proxies, and the http(s) proxy supports forward proxy and reverse proxy (SNI), converted SOCKS5 proxy, UDP function is still supported when the upper level is SOCKS5 or SS; in addition, for the existing http(s) proxy or socks5 proxy, three modes of tls, tcp, and kcp are supported, and chain connection is supported, that is, multiple sps node levels can be supported. The connection builds an encrypted channel. https://aria2.github.io/manual/en/html/aria2c.html#cmdoption-all-proxy про SOCKS не знает гуй для aria2 https://github.com/agalwood/Motrix - на электроне https://github.com/persepolisdm/persepolis/wiki/Microsoft-Windows - на петухоне https://persepolisdm.github.io/ choco upgrade -y persepolis или класека https://sourceforge.net/projects/urlget/files/
P.S. Да! Мне просто захотелось поныть! Имею право, девушка таки =)
+ использование SOCKS5 Bytestreams для передачи файлов (пока только отправка)
+ возможность указать адрес и порт прокси
* обновлён список abilities
code.google.com
committed by vitalyster
(defadvice jabber-ft-do-send (around jabber-ft-do-send-around-advice
(jid sid send-data-function filename) activate)
ad-do-it
(condition-case nil
(progn
(message "try kill socks5")
(process-send-eof "socks5"))
(error nil)))
За прокси отвечает переменная jabber-socks5-proxies, например у меня она инициализирована так (setq jabber-socks5-proxies '("proxy.miranda.im")) (спасибо #222486/49).
Если с прокси нечего не выходит, то можно принудительно использовать IBB, так:
(setq jabber-si-stream-methods '(("http://jabber.org/protocol/ibb" jabber-ibb)))
socks5 — использование прокси-сервера jep-0065
оба метода позволят обмениваться файлами без наличия белых ip