[tor-relays] Selecting Exit Addresses
lists at for-privacy.net
lists at for-privacy.net
Fri Mar 31 12:40:54 UTC 2023
Hi denny,
> Hi,
>
> I just activated my first exit relay. (
> https://metrics.torproject.org/rs.html#details/3B85067588C3F017D5CCF7D8F65B
> 5881B7D4C97C ) I had the following in my torrc (plus some other things):
I've answered the rest to the list.
If you want to enable IPv6 at Frantech/BuyVM:
First create one in Stallion from your given subnet.
This is what my /etc/network/interfaces looks like at Frantech
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet static
address 104.244.73.43/24
gateway 104.244.73.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 127.0.0.1 107.189.0.68 107.189.0.69
dns-search for-privacy.net
iface eth0 inet6 static
address 2605:6400:0030:f78b::2/64
up ip -6 route add 2605:6400:0030::1 dev eth0
up ip -6 route add default via 2605:6400:0030::1
down ip -6 route del default via 2605:6400:0030::1
down ip -6 route del 2605:6400:0030::1 dev eth0
dns-nameservers ::1 IPv6ns1 IPv6ns2
--
╰_╯ Ciao Marco!
Debian GNU/Linux
It's free software and it gives you freedom!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 3864 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.torproject.org/pipermail/tor-relays/attachments/20230331/9676e2fb/attachment.sig>
More information about the tor-relays
mailing list