mirror of
https://github.com/SamTherapy/dnscrypt.git
synced 2024-12-22 00:50:42 +00:00
add flag 'network' into readme
This commit is contained in:
parent
839bc63547
commit
dc81d8d2ce
1 changed files with 5 additions and 0 deletions
|
@ -88,6 +88,11 @@ You can also send a DNSCrypt request using a command that does not require stamp
|
|||
--type=a
|
||||
```
|
||||
|
||||
In both cases, you can specify the transport using the 'network' flag (`udp` default)
|
||||
```
|
||||
./dnscrypt lookup-stamp --network={tcp|udp} ...
|
||||
```
|
||||
|
||||
## <a id="api"></a> Programming interface
|
||||
|
||||
### <a id="client"></a> Client
|
||||
|
|
Loading…
Reference in a new issue