<div dir="ltr">Hi. <div>Thanks for the suggestions.</div><div>I thought it will take a couple of days to show activity, not a couple of months.</div><div><br></div><div>This is my torrc:</div><div>-------------</div><div>BridgeRelay 1<br>BridgeDistribution any<br>PublishServerDescriptor 1<br>Log notice file /dev/shm/tor-notices-bridge.log<br>RunAsDaemon 1<br>RelayBandwidthRate 2000 KB  <br>RelayBandwidthBurst 3000 KB <br>AccountingMax 5120 GB<br>AccountingStart month 1 00:00<br>ORPort 6661<br>ServerTransportPlugin obfs4 exec /usr/bin/obfs4proxy<br>ServerTransportListenAddr obfs4 <a href="http://0.0.0.0:6662">0.0.0.0:6662</a><br>ExtORPort auto<br>ContactInfo <<a href="mailto:address@email.com">address@email.com</a>><br>Nickname *(editted)*<br></div><div>------------------</div><div><br></div><div>Ports 6661-2 are reachable externally.</div><div><pre style="color:rgb(0,0,0)"><a href="https://bridges.torproject.org/status">https://bridges.torproject.org/status</a> says:</pre><pre style="color:rgb(0,0,0)">* obfs4: functional
  Last tested: 2021-12-21 04:39:48.514002439 +0000 UTC (11h19m41.110084213s ago)
</pre><br class="gmail-Apple-interchange-newline"></div><div>Thanks</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El mar, 21 dic 2021 a las 16:57, <<a href="mailto:lists@for-privacy.net">lists@for-privacy.net</a>> escribió:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Sunday, December 19, 2021 5:47:29 PM CET - wrote:<br>
<br>
> However I dont see practically any traffic besides when I'm using it, and<br>
> on "Relay Search" it shows as "Bridge distribution mechanism: None".<br>
> The bridge has been up and running for 10 days straigth.<br>
It can take many weeks or months before the first users start using the bridge.<br>
<br>
> At first I only had the line: "PublishServerDescriptor 1".<br>
This is default ...<br>
<br>
> After five days, I tried adding "BridgeRelay 1" <br>
... if you set 'BridgeRelay 1' (this is absolutely necessary to be a bridge)<br>
<br>
> and "BridgeDistribution<br>
> moat", "https" and "any".<br>
AFAIK only none or any (default) can be set. BridgeDB then automatically assigns 'https, moat, Email or reseved'<br>
<br>
man torrc |  grep Bridge<br>
BridgeDistribution string<br>
  If set along with BridgeRelay, Tor will include a new line in its bridge descriptor which indicates to the BridgeDB service how it would like its bridge address to be given out. Set it to "none" if you want BridgeDB to<br>
  avoid distributing your bridge address, or "any" to let BridgeDB decide. See <a href="https://bridges.torproject.org/info" rel="noreferrer" target="_blank">https://bridges.torproject.org/info</a> for a more up-to-date list of options. (Default: any)<br>
<br>
> Neither seems to have produced any change.<br>
> <br>
> Is this normal or could I have missed something on the configuration?<br>
Don't forget obfs4:<br>
<br>
## obfs4 is used because it can do IPv4 and IPv6 connections simultaneously<br>
## <a href="https://gitweb.torproject.org/pluggable-transports/obfs4.git/tree/README.md" rel="noreferrer" target="_blank">https://gitweb.torproject.org/pluggable-transports/obfs4.git/tree/README.md</a><br>
ServerTransportPlugin obfs4 exec /usr/bin/obfs4proxy<br>
<br>
## The ServerTransportListenAddr line is dual stack friendly.<br>
ServerTransportListenAddr obfs4 [::]:443<br>
<br>
> Thank you.<br>
If there are further problems, it is best to post your whole torrc:<br>
~$ grep ^[^#] /etc/tor/torrc<br>
<br>
-- <br>
╰_╯ Ciao Marco!<br>
<br>
Debian GNU/Linux<br>
<br>
It's free software and it gives you freedom!_______________________________________________<br>
tor-relays mailing list<br>
<a href="mailto:tor-relays@lists.torproject.org" target="_blank">tor-relays@lists.torproject.org</a><br>
<a href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays" rel="noreferrer" target="_blank">https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays</a><br>
</blockquote></div>