tgdante2
tgdante2 copied to clipboard
Dockerized Dante socks5 proxy for telegram. Alpine version
hi when i use command: # pull docker image docker pull schors/tgdante2 # create directory for permanent username database mkdir etc # start container docker run -d -v $PWD/etc:/etc --net=host...
I believe Telegram changed ips many times in past two days. You hardcoded some subnetworks inside dante config - is it still right ips? I don't see any about prevention...
Hi there, It seems doesn't work from an external server, But it's worked fine on the same server. ``` $ curl -x socks5://user1:secret1@localhost:1080 https://web.telegram.org Telegram Web ``` ``` $ curl...
Its is not working for me now, I think it's estimated 2-3 days how it's broken. I tried it 2-3 weeks ago and it was ok, so can you please...
A connection seems established, but there is no audio during the call.
``` version: '3.3' services: ... socks5-proxy-v2: container_name: socks5-proxy-v2 image: schors/tgdante2 ports: - 1081:1080 environment: - USER=user - PASS=pass - PORT=1080 restart: unless-stopped #network_mode: "host" ``` Seems like container binds to...
Hi, It's better to edit README as an example in "Very simple usage" is not working if you change default port. The following command worked for me: `# docker run...
That would be great in terms of security if you're also hosting other VMs or projects your proxy users shouldn't be able to access directly.
Привет, добавил PAM авторизацию, можно использовать аккуратный файлик `/etc/sockd.passwd` вместо монтирования всего каталога `/etc`, а юзеров добавлять с помощью: ```sh openssl passwd -1 ```
I think it will be useful to have images for Raspberry Pi since those things usually lay around unused and can be easily powered 24/7. I pushed the image here...