mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-04 05:27:36 +03:00
up
This commit is contained in:
parent
8bc0d9dbfa
commit
7036af5cab
3 changed files with 41 additions and 37 deletions
|
@ -1,7 +1,13 @@
|
|||
[package]
|
||||
name = "doh-proxy"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
authors = ["Frank Denis <github@pureftpd.org>"]
|
||||
description = "A DNS-over-HTTPS (DoH) proxy"
|
||||
keywords = ["dns","https","doh","proxy"]
|
||||
license = "MIT"
|
||||
homepage = "https://github.com/jedisct1/rust-doh"
|
||||
repository = "https://github.com/jedisct1/rust-doh"
|
||||
categories = ["asynchronous", "network-programming","command-line-utilities"]
|
||||
|
||||
[dependencies]
|
||||
base64 = "~0.9"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue