Hello all!
My torrc main config:
SocksPort 0 RunAsDaemon 1 DataDirectory /tmp/.tor ControlPort 9051 CookieAuthentication 1 ORPort 4999 AvoidDiskWrites 1 BridgeRelay 1 ExitPolicy reject *:*
so, its pure relay. Run arm and got: "flags: none"
Well, read flags definitions at https://gitweb.torproject.org/torspec.git?a=blob_plain;hb=HEAD;f=dir-spec.tx... and still don't understand it :-) My tor has almost 4 days uptime, and at logs have:
----- Self-testing indicates your ORPort is reachable from the outside. Excellent. Publishing server descriptor ----- Performing bandwidth self-test...done. ----- Tor has successfully opened a circuit. Looks like client functionality is working ----- Connections (1 inbound, 6 circuit, 1 control) -----
It means, it works well - so, why my tor relay server doesn't have an "Running" flag, "Valid" flag or "Stable"?
Regards And-ron
On Mon, Nov 26, 2012 at 12:19:54PM +0100, androny wrote:
BridgeRelay 1
so, its pure relay.
It's a bridge, not a public relay: https://www.torproject.org/docs/faq#RelayOrBridge
Run arm and got: "flags: none"
So it isn't listed in the consensus, and thus arm doesn't think it has any flags.
--Roger
BridgeRelay 1
so, its pure relay.
RD> It's a bridge, not a public relay: RD> https://www.torproject.org/docs/faq#RelayOrBridge
Run arm and got: "flags: none"
RD> So it isn't listed in the consensus, and thus arm doesn't think it RD> has any flags.
Thanks for an answer!
Simple question: how to be listed in the consensus?
On Thu, 29 Nov 2012 15:17:20 +0100 andron andron@androny.dyn.pl wrote:
BridgeRelay 1
so, its pure relay.
RD> It's a bridge, not a public relay: RD> https://www.torproject.org/docs/faq#RelayOrBridge
Simple question: how to be listed in the consensus?
BridgeRelay 0 (or comment it out, as that's the default anyway)
tor-relays@lists.torproject.org