[tbb-bugs] #32891 [Applications/Tor Browser]: Set up default bridge in Denmark
Tor Bug Tracker & Wiki
blackhole at torproject.org
Tue Jan 7 17:20:19 UTC 2020
#32891: Set up default bridge in Denmark
--------------------------------------+--------------------------
Reporter: phw | Owner: tbb-team
Type: task | Status: new
Priority: Medium | Milestone:
Component: Applications/Tor Browser | Version:
Severity: Normal | Resolution:
Keywords: tbb-bridges | Actual Points:
Parent ID: | Points: 0.2
Reviewer: | Sponsor:
--------------------------------------+--------------------------
Comment (by tohojo):
Right, running a v4 and a v6 bridge now with these configs:
v4:
{{{
SocksPort 0
ExtORPort auto
ExitPolicy reject *:*
# memory
MaxMemInQueues 1 GB
# more useful statistics
EntryStatistics 1
ExtraInfoStatistics 1
HeartbeatPeriod 1 hour
AssumeReachable 1
# obfs4 and parameters
ServerTransportPlugin obfs4 exec /usr/bin/obfs4proxy
ServerTransportOptions obfs4 iatMode=0
# announce bridges
BridgeRelay 1
BridgeDistribution none
# These ports must be externally reachable. Avoid port 9001.
ServerTransportListenAddr obfs4 45.145.95.6:27015
OutboundBindAddress [2a0c:4d80:42:702::1]
OutboundBindAddress 45.145.95.6
ORPort 45.145.95.6:27018
# identity
Nickname dktoke
ContactInfo abuse at toke.dk
}}}
v6:
{{{
SocksPort 0
ExtORPort auto
ExitPolicy reject *:*
# memory
MaxMemInQueues 1 GB
# more useful statistics
EntryStatistics 1
ExtraInfoStatistics 1
HeartbeatPeriod 1 hour
AssumeReachable 1
# obfs4 and parameters
ServerTransportPlugin obfs4 exec /usr/bin/obfs4proxy
ServerTransportOptions obfs4 iatMode=0
# announce bridges
BridgeRelay 1
BridgeDistribution none
# These ports must be externally reachable. Avoid port 9001.
ServerTransportListenAddr obfs4 [2a0c:4d80:42:702::1]:27015
OutboundBindAddress [2a0c:4d80:42:702::1]
OutboundBindAddress 45.145.95.6
ORPort [2a0c:4d80:42:702::1]:27018
# identity
Nickname dktoke6
ContactInfo abuse at toke.dk
}}}
Bridge lines:
{{{
obfs4 45.145.95.6:27015 C5B7CD6946FF10C5B3E89691A7D3F2C122D2117C
cert=TD7PbUO0/0k6xYHMPW3vJxICfkMZNdkRrb63Zhl5j9dW3iRGiCx0A7mPhe5T2EDzQ35+Zw
iat-mode=0
obfs4 [2a0c:4d80:42:702::1]:27015 EFEBBDE5685DDF3E268A8E1D6CE6837C4910D4B3
cert=zLXgiAK19V3FYc8cKsSyO0bZwhUBw37ZVhLyP1sH5SeMwdfXZURyEcF3DUesMNzsY7JseQ
iat-mode=0
}}}
Also available in DNS as {{{tor-bridge.toke.dk}}}.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/32891#comment:1>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tbb-bugs
mailing list