summarylogtreecommitdiffstats
path: root/radicle-node.dnssd
blob: 5b1cdb4e516c731cc59e8141739dce8a8801e2ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# See <https://www.freedesktop.org/software/systemd/man/latest/systemd.dnssd.html>
[Service]
# Do not change the service type. This will break discoverability.
Type=_radicle-node._tcp

# Recommendation for "Instance Name"
# (see RFC 6763, Sec. 4.1.1, <https://datatracker.ietf.org/doc/html/rfc6763#section-4.1.1>):
# Something that identifies your node, maybe it's alias, but could be something else.
Name=%H

# If your node is configured to listen on a different port, please change.
Port=8776

# To communicate your node's public key, please set
# a TXT record with the contents:
#
#   "nid=<public key of your node>"
#
#TxtText="nid=z6…"