FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
New Feature: DNS over SOCKS by tw-datascientist · Pull Request #347 · dnsjava/dnsjava · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
dnsjava
/
dnsjava
Public
Notifications
You must be signed in to change notification settings
Fork
263
Star
1.1k
Code
Issues
16
Pull requests
4
Actions
Security and quality
3
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
New Feature: DNS over SOCKS
- #347
#347
Open
tw-datascientist
wants to merge 53 commits into
dnsjava:master
dnsjava/dnsjava:master
from
tw-datascientist:adjust_to_upstream
tw-datascientist/dnsjava:adjust_to_upstream
Copy head branch name to clipboard
Conversation
Commits
53
(53)
Checks
Files changed
Open
New Feature: DNS over SOCKS
#347
tw-datascientist
wants to merge 53 commits into
dnsjava:master
dnsjava/dnsjava:master
from
tw-datascientist:adjust_to_upstream
tw-datascientist/dnsjava:adjust_to_upstream
Copy head branch name to clipboard
Commits
Commits on Jan 26, 2025
added SOCKS5 support for DNS over tcp and udp (first working version)
Thomas-Internetx
committed
5ff82ed
View commit details
Copy full SHA for 5ff82ed
Browse repository at this point
refactored code for udp associate into IoClient
Thomas-Internetx
committed
5a41225
View commit details
Copy full SHA for 5a41225
Browse repository at this point
added user/pwd authentication and refactored some of the code
Thomas-Internetx
committed
bee0c76
View commit details
Copy full SHA for bee0c76
Browse repository at this point
redo code changes in SimpleResolver and the IoClients
Thomas-Internetx
committed
2a1192c
View commit details
Copy full SHA for 2a1192c
Browse repository at this point
implemented SOCKS5 requests in an async way and added requested changes
Thomas-Internetx
committed
80dfcb6
View commit details
Copy full SHA for 80dfcb6
Browse repository at this point
clean up
Thomas-Internetx
committed
156c797
View commit details
Copy full SHA for 156c797
Browse repository at this point
integration of SOCKS5 with the current selector thread and timeout implementation
Thomas-Internetx
committed
3dae148
View commit details
Copy full SHA for 3dae148
Browse repository at this point
channel pool for UDP associate
tw-datascientist
authored and
Thomas-Internetx
committed
8efe515
View commit details
Copy full SHA for 8efe515
Browse repository at this point
integration the UDP channel pool
Thomas-Internetx
committed
f9c1feb
View commit details
Copy full SHA for f9c1feb
Browse repository at this point
clean up of idle udp associate connections
Thomas-Internetx
committed
9d0df8b
View commit details
Copy full SHA for 9d0df8b
Browse repository at this point
further cleanup of the NioSocksHandler
Thomas-Internetx
committed
44f4415
View commit details
Copy full SHA for 44f4415
Browse repository at this point
better error handling
Thomas-Internetx
committed
4cfaf31
View commit details
Copy full SHA for 4cfaf31
Browse repository at this point
cleanup
Thomas-Internetx
committed
07a6977
View commit details
Copy full SHA for 07a6977
Browse repository at this point
adjustments for the socks5 handshake future
Thomas-Internetx
committed
c365e36
View commit details
Copy full SHA for c365e36
Browse repository at this point
Make compatible with Java 8
Thomas-Internetx
committed
260c4d5
View commit details
Copy full SHA for 260c4d5
Browse repository at this point
adjusting changes to upstream
Thomas-Internetx
committed
02c3168
View commit details
Copy full SHA for 02c3168
Browse repository at this point
clean up
Thomas-Internetx
committed
588df3d
View commit details
Copy full SHA for 588df3d
Browse repository at this point
added testcontainer
Thomas-Internetx
committed
46a1b24
View commit details
Copy full SHA for 46a1b24
Browse repository at this point
adjusted corefile path
Thomas-Internetx
committed
66a1e1d
View commit details
Copy full SHA for 66a1e1d
Browse repository at this point
adjusted corefile path
Thomas-Internetx
committed
ba1ea1c
View commit details
Copy full SHA for ba1ea1c
Browse repository at this point
adjusted docker compose setup
Thomas-Internetx
committed
baf40f2
View commit details
Copy full SHA for baf40f2
Browse repository at this point
adjusted docker compose setup
Thomas-Internetx
committed
ba11e90
View commit details
Copy full SHA for ba11e90
Browse repository at this point
implemented simple test for DNS over Socks
Thomas-Internetx
committed
8b71b09
View commit details
Copy full SHA for 8b71b09
Browse repository at this point
implemented simple test for DNS over Socks
Thomas-Internetx
committed
c0ffa87
View commit details
Copy full SHA for c0ffa87
Browse repository at this point
implemented simple test for DNS over Socks
Thomas-Internetx
committed
f36df78
View commit details
Copy full SHA for f36df78
Browse repository at this point
implemented simple test for DNS over Socks
Thomas-Internetx
committed
240d206
View commit details
Copy full SHA for 240d206
Browse repository at this point
implemented simple test for DNS over Socks
Thomas-Internetx
committed
c807b02
View commit details
Copy full SHA for c807b02
Browse repository at this point
implemented simple test for DNS over Socks
Thomas-Internetx
committed
d0f3460
View commit details
Copy full SHA for d0f3460
Browse repository at this point
adjusting changes to upstream
Thomas-Internetx
committed
1f88de9
View commit details
Copy full SHA for 1f88de9
Browse repository at this point
adjusting changes to upstream
Thomas-Internetx
committed
02ef998
View commit details
Copy full SHA for 02ef998
Browse repository at this point
further clean up
Thomas-Internetx
committed
3970b97
View commit details
Copy full SHA for 3970b97
Browse repository at this point
further clean up
Thomas-Internetx
committed
00bdea2
View commit details
Copy full SHA for 00bdea2
Browse repository at this point
further clean up
Thomas-Internetx
committed
688fe6d
View commit details
Copy full SHA for 688fe6d
Browse repository at this point
further clean up
Thomas-Internetx
committed
e94d15c
View commit details
Copy full SHA for e94d15c
Browse repository at this point
improved comment for DST.ADDR and DST.PORT in the SOCKS handshake
Thomas-Internetx
committed
b621b32
View commit details
Copy full SHA for b621b32
Browse repository at this point
improved comment for static registrationQueue and channelMap
Thomas-Internetx
committed
a12d004
View commit details
Copy full SHA for a12d004
Browse repository at this point
improved comment for response to future mapping
Thomas-Internetx
committed
a8be13b
View commit details
Copy full SHA for a8be13b
Browse repository at this point
added step for docker setup
Thomas-Internetx
committed
fe2a79e
View commit details
Copy full SHA for fe2a79e
Browse repository at this point
set DOCKER_HOST
Thomas-Internetx
committed
73c0db0
View commit details
Copy full SHA for 73c0db0
Browse repository at this point
reduced logs for Testcontainers
Show description for 99455be
Thomas-Internetx
committed
99455be
View commit details
Copy full SHA for 99455be
Browse repository at this point
fixed format violations
Thomas-Internetx
committed
fb3f015
View commit details
Copy full SHA for fb3f015
Browse repository at this point
fixed format violations
Thomas-Internetx
committed
938e726
View commit details
Copy full SHA for 938e726
Browse repository at this point
try to make Testcontainers work with windows https://java.testcontainers.org/supported_docker_environment/windows/
Thomas-Internetx
committed
b255bc3
View commit details
Copy full SHA for b255bc3
Browse repository at this point
try to make Testcontainers work with windows https://java.testcontainers.org/supported_docker_environment/windows/
Thomas-Internetx
committed
10141bc
View commit details
Copy full SHA for 10141bc
Browse repository at this point
try to make Testcontainers work with windows https://java.testcontainers.org/supported_docker_environment/windows/
Thomas-Internetx
committed
7caf075
View commit details
Copy full SHA for 7caf075
Browse repository at this point
try to make Testcontainers work with windows https://java.testcontainers.org/supported_docker_environment/windows/
Thomas-Internetx
committed
fd301ba
View commit details
Copy full SHA for fd301ba
Browse repository at this point
try to make Testcontainers work with windows https://java.testcontainers.org/supported_docker_environment/windows/
Thomas-Internetx
committed
3b62593
View commit details
Copy full SHA for 3b62593
Browse repository at this point
try to make Testcontainers work with windows https://java.testcontainers.org/supported_docker_environment/windows/
Thomas-Internetx
committed
b97610d
View commit details
Copy full SHA for b97610d
Browse repository at this point
try to make Testcontainers work with windows https://java.testcontainers.org/supported_docker_environment/windows/
Thomas-Internetx
committed
4008b84
View commit details
Copy full SHA for 4008b84
Browse repository at this point
try to make Testcontainers work with windows https://java.testcontainers.org/supported_docker_environment/windows/
Thomas-Internetx
committed
d416209
View commit details
Copy full SHA for d416209
Browse repository at this point
Commits on Feb 9, 2025
removed differentiation of remote address for SocksUdpAssociateChannel + better error handling
Thomas-Internetx
committed
7b37e19
View commit details
Copy full SHA for 7b37e19
Browse repository at this point
Commits on Feb 10, 2025
fixed style
Thomas-Internetx
committed
d8dde40
View commit details
Copy full SHA for d8dde40
Browse repository at this point
fixed style
Thomas-Internetx
committed
be7245c
View commit details
Copy full SHA for be7245c
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL