This file is indexed.

/usr/lib/python3/dist-packages/wormhole/cli/public_relay.py is in magic-wormhole 0.10.3-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
# This is a relay I run on a personal server. If it gets too expensive to
# run, I'll shut it down.
RENDEZVOUS_RELAY = u"ws://relay.magic-wormhole.io:4000/v1"
TRANSIT_RELAY = u"tcp:magic-wormhole-transit.debian.net:4001:priority=2.0"