New Bridge Setup listed as Relay?

First attempt at setting up a relay. My ISP limits us to 2.5 mbs upload, so I went through the instructions to set up a bridge relay. It does seem to be working, has been up for 2 days now, but when I look it up in the Relay Search page, it is listed as a Relay instead of a Bridge. Have I set up something wrong? Or is this something that will change once the network decides I am reliable enough to be used as a bridge?

/etc/tor/torrc

 Replace "TODO1" with a Tor port of your choice.
# This port must be externally reachable.
# Avoid port 9001 because it's commonly associated with Tor and censors may be scanning the Internet for this port.
ORPort 9119

ServerTransportPlugin obfs4 exec /usr/bin/obfs4proxy

# Replace "TODO2" with an obfs4 port of your choice.
# This port must be externally reachable and must be different from the one specified for ORPort.
# Avoid port 9001 because it's commonly associated with Tor and censors may be scanning the Internet for this port.
ServerTransportListenAddr obfs4 0.0.0.0:9229

# Local communication port between Tor and obfs4.  Always set this to "auto".
# "Ext" means "extended", not "external".  Don't try to set a specific port number, nor listen on 0.0.0.0.
ExtORPort auto

# Replace "<address@email.com>" with your email address so we can contact you if there are problems with your bridge.
# This is optional but encouraged.
ContactInfo kencx@peak.org

# Pick a nickname that you like for your bridge.  This is optional.
Nickname CorbinGoul
1 Like

Hi @kencorbin, it seems you didn’t add this line in your torrc:

BridgeRelay 1
2 Likes