summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/config.rs
Commit message (Collapse)AuthorAgeFilesLines
* tor-hsservice: Use real HsNickname in configIan Jackson2023-08-231-4/+4
|
* tor-hsservice: About half of an IPT ManagerIan Jackson2023-08-231-1/+3
| | | | There are many TODOs and no tests, but it does compile.
* hsservice: Adapt data structures from onion-service-notes.mdNick Mathewson2023-07-311-0/+25
Also, removed some older structures that don't make sense in the current design. Closes #970