Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Cuartin authored and Miguel Cuartin committed Feb 17, 2021
1 parent 861fd22 commit 638dc4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
venv
*.log
socket
socket
.vscode
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@

dnproxy is a tool that allows applications to query a DNS-over-TLS server.

dnproxy handle TCP and UDP requests and allow multiple incoming requests at the same time.
dnproxy handle TCP and UDP requests and allow multiple incoming requests at the same time. All this possible thanks to the joint use of the socket and dns libraries.

dnproxy creates two sockets, one for each protocol implemented and using the selectors module it evaluates the type of socket that receives the request and thus can handle the message appropriately according to the communication protocol with which it was sent.

## Prerequisites

Expand Down

0 comments on commit 638dc4b

Please sign in to comment.