20 Commits
Author SHA1 Message Date
Benjamin Erhart f1b9b97a26 Updated dependencies. 2026-05-05 15:05:11 +02:00
Benjamin Erhart bf6f46a082 Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	dnstt-client/lib/dns.go
#	dnstt-server/main.go
2026-05-05 14:15:52 +02:00
Benjamin Erhart 4d6751daa3 Fixed problem, where threads were blocked endlessly after shutdown. 2026-03-11 15:45:18 +01:00
Benjamin Erhart 0bb20c1113 Fixed warning. 2026-03-11 15:45:18 +01:00
Benjamin Erhart 743dad1f5c Replaced panic with log and return. 2026-03-11 15:45:18 +01:00
Benjamin Erhart 110764f0a9 Issue #2: Updated README to direct confused users to the original project. 2026-02-09 13:50:12 +01:00
Benjamin Erhart 0d2e84c7d4 Merge remote-tracking branch 'upstream/master' 2026-02-03 15:19:57 +01:00
Benjamin Erhart e111260cbc Switched to the latest version of goptlib. Made AcceptLoop publicly accessible for easier reuse. 2026-01-21 14:44:09 +01:00
Benjamin Erhart d734764a6b Updated all dependencies. 2026-01-21 13:06:15 +01:00
Benjamin Erhart eed4f410df Merge remote-tracking branch 'upstream/master' 2026-01-21 12:57:33 +01:00
Benjamin Erhart c9c02b827b Moved DoH/DoT/UDP configuration from command line to PT-compatible SOCKS CONNECT configuration. 2022-07-15 15:39:19 +02:00
Benjamin Erhart 057566a0b2 Server: First attempt at making server PT1 compatible. 2022-06-10 17:23:35 +02:00
Benjamin Erhart a55be91df9 Server: Fixed IDE warnings. 2022-06-10 16:29:31 +02:00
Benjamin Erhart b2a094e820 Added Stop function. 2022-06-10 15:42:52 +02:00
Benjamin Erhart 66b792b5d0 Moved more out of main package, to allow use in library without any patches. 2022-06-10 15:31:35 +02:00
Benjamin Erhart df4186f635 Suggestion from dcf: Let domain and pubkey be configurable via each SOCKS5 connection instead of for all connections via command line. 2022-06-10 13:41:36 +02:00
Benjamin Erhart f67f357a1e Moved most files of the client into a subdirectory, to reduce need for patching for use in IPtProxy. 2022-06-10 13:41:36 +02:00
Benjamin Erhart f7aff04bef Suggestion from dcf: PTs should not require a local address argument, but instead always listen on localhost on a random port. 2022-06-10 13:41:25 +02:00
Benjamin Erhart 04132afdb5 Improved PT 1 spec compatibility: Don't just say you talk SOCKS5 - actually do it! 2022-06-09 16:27:22 +02:00
Benjamin Erhart ef22747193 First attempt at adding PT 1.0 compatibility. 2022-06-03 13:55:51 +02:00