Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
radioactiveAHM committed Oct 13, 2024
1 parent d2ef9cd commit 541cefa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ To build the project, execute the following command in the project directory: `c

The `config.json` file is a crucial part of the DnsSafeguard application. It contains the necessary settings to control the behavior of the DNS client.

### Protocols info

* `h1` and `dot` are extremely cost-effective and operate on a single thread. All protocols establish a single connection, except for `h1 multi`, which supports multiple connections.
* `h3` and `doq` are built on the QUIC protocol and can be configured using the `Quic` section in the configuration file.

### Structure

The configuration file is structured in JSON format and includes the following settings:
Expand Down

0 comments on commit 541cefa

Please sign in to comment.