summaryrefslogtreecommitdiff
path: root/crates/arti/tests/testcases/hss/hss.md
blob: da4977896fcaa94d062b6245fe99f73799f44691 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# `arti hss`

## The `onion-name` subcommand

Print the `.onion` address of a hidden service:

```console
$ arti -c hss.toml hss --nickname acutus-cepa onion-name
mnyizjj7m3hpcr7i5afph3zt7maa65johyu2ruis6z7cmnjmaj3h6tad.onion

$ arti -c hss.toml hss --nickname flamingo onion-name
Service flamingo is not configured

```