Verified Commit c5976d7d authored by Silvio Rhatto's avatar Silvio Rhatto
Browse files

Fix: arti: "onion-name" command renamed to "onion-address"

parent b27041cc
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -147,6 +147,8 @@ Questions:
      `arti: error: read configuration: Config contents not as expected:
       Could not parse onion service target type "openresty:80"`
* Terminology:
    * Is `./arti hss onion-name` misleading? Shouldn't be `onion-addr`?
    * ~~Is `./arti hss onion-name` misleading? Shouldn't be `onion-addr`?~~
      Fixed on [tpo/core/arti#1879][].

[Arti]: https://arti.torproject.org
[tpo/core/arti#1879]: https://gitlab.torproject.org/tpo/core/arti/-/issues/1879
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ class OniongrooveOpenResty:
                args = ['docker-compose', 'exec', 'arti', 'arti',
                        '--log-level', 'error', 'hss', '-c',
                        '/srv/arti/configs/oniongroove.toml', '--nickname',
                        name, 'onion-name' ]
                        name, 'onion-address' ]

                process = subprocess.Popen(
                        args=args,