diff options
author | Alex Auvolat <alex@adnab.me> | 2021-12-08 11:11:22 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-12-08 11:11:22 +0100 |
commit | 098a6cf2cdb9b0370ab7358b005f731b65e9981c (patch) | |
tree | 80e862f2ba2aeb03a33ab8e4fcb05d4a221dd308 /Cargo.toml | |
parent | 11c6f0b1c29b10893de9390f5be559de49e78410 (diff) | |
download | tricot-098a6cf2cdb9b0370ab7358b005f731b65e9981c.tar.gz tricot-098a6cf2cdb9b0370ab7358b005f731b65e9981c.zip |
Implement glob pattern hostnames
no wildcard certificates: one certificate per matching hostname that
actually recieves requests
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,3 +31,4 @@ hyper-reverse-proxy = "0.4" unicase = "2" lazy_static = "1.4" structopt = "0.3" +glob = "0.3" |