.. DO NOT EDIT. This file is automatically generated by 'gendocs'. :orphan: .. _scion_address: scion address ------------- Show (one of) this host's SCION address(es) Synopsis ~~~~~~~~ 'address' show address information about this SCION host. This command returns the relevant SCION address information for this host. Currently, this returns a sensible but arbitrary local address. In the general case, the host could have multiple SCION addresses. :: scion address [flags] Examples ~~~~~~~~ :: scion address Options ~~~~~~~ :: --config-dir string Directory containing topology.json and certs/ for standalone mode. If both --sciond and --config-dir are set, --sciond takes priority. Defaults to /etc/scion on Linux. -h, --help help for address --isd-as isd-as The local ISD-AS to use. (default 0-0) --json Write the output as machine readable json -l, --local ip Local IP address to listen on. (default invalid IP) --sciond string Connect to SCION Daemon at the specified address instead of using the local topology.json (IP:Port or "default" for 127.0.0.1:30255). If both --sciond and --config-dir are set, --sciond takes priority. SEE ALSO ~~~~~~~~ * :ref:`scion ` - SCION networking utilities.