tor-commits
Threads by month
- ----- 2025 -----
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
August 2021
- 15 participants
- 1353 discussions

25 Aug '21
commit 3c1891fe1435b5845af29667306d794d86a5f945
Author: gus <gus(a)torproject.org>
Date: Wed Aug 25 16:00:10 2021 -0300
Add Helping Survivors training slides
---
databags/training-resources.json | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/databags/training-resources.json b/databags/training-resources.json
index ba7f3ea..d2120a1 100644
--- a/databags/training-resources.json
+++ b/databags/training-resources.json
@@ -37,5 +37,16 @@
"formats" : ["odp","pdf"],
"description" : "Learn how to run a private unlisted Tor bridge",
"date" : "2021"
+ },
+
+ "helping survivors" :
+ {
+ "label" : "Helping survivors",
+ "name" : "help-survivors",
+ "filename" : "help-survivors",
+ "formats" : ["odp","pdf"],
+ "description" : "A digital security guide for organizations helping survivors.",
+ "date" : "2021"
}
+
}
1
0

25 Aug '21
commit bbbeed942f10b8076d56d3fc6c700b14e4e957d3
Author: skaluzka <skaluzka(a)protonmail.com>
Date: Sun Aug 22 20:36:36 2021 +0200
Correct syntax & formatting in test_pratracker.sh
Use 4 spaces for indentations.
Use the same syntax for all functions.
No real code changes (except removal of unnecessary ";" from
"exit 1" command).
---
scripts/maint/practracker/test_practracker.sh | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/scripts/maint/practracker/test_practracker.sh b/scripts/maint/practracker/test_practracker.sh
index e29b9106de..bb734ad9cd 100755
--- a/scripts/maint/practracker/test_practracker.sh
+++ b/scripts/maint/practracker/test_practracker.sh
@@ -1,15 +1,15 @@
#!/bin/sh
-# Fail if any subprocess fails unexpectedly
+# Fail this script if any subprocess fails unexpectedly.
set -e
umask 077
unset TOR_DISABLE_PRACTRACKER
TMPDIR=""
-clean () {
+clean() {
if [ -n "$TMPDIR" ] && [ -d "$TMPDIR" ]; then
- rm -rf "$TMPDIR"
+ rm -rf "$TMPDIR"
fi
}
trap clean EXIT HUP INT TERM
@@ -27,7 +27,7 @@ PRACTRACKER_DIR="scripts/maint/practracker"
TMPDIR="$(mktemp -d -t pracktracker.test.XXXXXX)"
if test -z "${TMPDIR}" || test ! -d "${TMPDIR}" ; then
echo >&2 "mktemp failed."
- exit 1;
+ exit 1
fi
DATA="${PRACTRACKER_DIR}/testdata"
@@ -43,6 +43,7 @@ run_practracker() {
--terse \
"${DATA}/" "$@" || echo "practracker exit status: $?"
}
+
compare() {
# we can't use cmp because we need to use -b for windows
diff -b -u "$@" > "${TMPDIR}/test-diff" || true
1
0

[translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release
by translation@torproject.org 25 Aug '21
by translation@torproject.org 25 Aug '21
25 Aug '21
commit 0dc757e8b0e6133752df1619cf2abc40dfe3738b
Author: Translation commit bot <translation(a)torproject.org>
Date: Wed Aug 25 13:46:45 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release
---
cs.po | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cs.po b/cs.po
index 82bcb3fc0a..c677d0a495 100644
--- a/cs.po
+++ b/cs.po
@@ -28,8 +28,8 @@ msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-08-18 10:11+0200\n"
-"PO-Revision-Date: 2021-08-18 09:25+0000\n"
-"Last-Translator: Transifex Bot <>\n"
+"PO-Revision-Date: 2021-08-25 13:27+0000\n"
+"Last-Translator: Fourdee Foureight\n"
"Language-Team: Czech (http://www.transifex.com/otf/torproject/language/cs/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
1
0

[translation/tails-misc] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc
by translation@torproject.org 25 Aug '21
by translation@torproject.org 25 Aug '21
25 Aug '21
commit 4f011226999df07b3faf28dbacc44cf3d5395399
Author: Translation commit bot <translation(a)torproject.org>
Date: Wed Aug 25 13:45:55 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=tails-misc
---
cs.po | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/cs.po b/cs.po
index 87e8bb8298..22c4da80f5 100644
--- a/cs.po
+++ b/cs.po
@@ -28,8 +28,8 @@ msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-08-18 10:11+0200\n"
-"PO-Revision-Date: 2021-08-18 09:25+0000\n"
-"Last-Translator: Transifex Bot <>\n"
+"PO-Revision-Date: 2021-08-25 13:27+0000\n"
+"Last-Translator: Fourdee Foureight\n"
"Language-Team: Czech (http://www.transifex.com/otf/torproject/language/cs/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -2926,52 +2926,52 @@ msgstr "Datum"
#: ../config/chroot_local-includes/usr/share/tails/tca/time-dialog.ui.in:303
msgid "January"
-msgstr ""
+msgstr "Leden"
#: ../config/chroot_local-includes/usr/share/tails/tca/time-dialog.ui.in:304
msgid "February"
-msgstr ""
+msgstr "Únor"
#: ../config/chroot_local-includes/usr/share/tails/tca/time-dialog.ui.in:305
msgid "March"
-msgstr ""
+msgstr "Březen"
#: ../config/chroot_local-includes/usr/share/tails/tca/time-dialog.ui.in:306
msgid "April"
-msgstr ""
+msgstr "Duben"
#: ../config/chroot_local-includes/usr/share/tails/tca/time-dialog.ui.in:307
msgid "May"
-msgstr ""
+msgstr "Květen"
#: ../config/chroot_local-includes/usr/share/tails/tca/time-dialog.ui.in:308
msgid "June"
-msgstr ""
+msgstr "Červen"
#: ../config/chroot_local-includes/usr/share/tails/tca/time-dialog.ui.in:309
msgid "July"
-msgstr ""
+msgstr "Červenec"
#: ../config/chroot_local-includes/usr/share/tails/tca/time-dialog.ui.in:310
msgid "August"
-msgstr ""
+msgstr "Srpen"
#: ../config/chroot_local-includes/usr/share/tails/tca/time-dialog.ui.in:311
msgid "September"
-msgstr ""
+msgstr "Září"
#: ../config/chroot_local-includes/usr/share/tails/tca/time-dialog.ui.in:312
msgid "October"
-msgstr ""
+msgstr "Říjen"
#: ../config/chroot_local-includes/usr/share/tails/tca/time-dialog.ui.in:313
msgid "November"
-msgstr ""
+msgstr "Listopad"
#: ../config/chroot_local-includes/usr/share/tails/tca/time-dialog.ui.in:314
msgid "December"
-msgstr ""
+msgstr "Prosinec"
#: ../config/chroot_local-includes/usr/share/tails/tca/time-dialog.ui.in:360
msgid "Clock"
-msgstr ""
+msgstr "Hodiny"
1
0

25 Aug '21
commit 73b3859b657d5826a3385371121273a4f8fac2f9
Author: emma peel <emma.peel(a)riseup.net>
Date: Fri Aug 20 14:52:43 2021 +0200
add Catalan and Hungarian translations
---
.htaccess | 4 ++--
GetTor.lektorproject | 10 ++++++++++
configs/i18n.ini | 2 +-
databags/alternatives.ini | 12 ++++++++++++
4 files changed, 25 insertions(+), 3 deletions(-)
diff --git a/.htaccess b/.htaccess
index 3db5155..47d1d68 100644
--- a/.htaccess
+++ b/.htaccess
@@ -17,5 +17,5 @@ RewriteRule ^ga-IE/(.*) /ga$1 [R=302,L]
# but don't have a gettor website translation
# You can see them at https://dist.torproject.org/torbrowser/, pick the last alpha for the most languages
# this languages are the translation priority for the gettor website
-RewriteRule ^(ar|ca|cs|da|de|el|fa|ga|he|hu|id|is|it|ja|ka|ko|lt|mk|ms|nb-NO|nl|pl|pt-PT|ro|ru|sv-SE|th|vi|zh-CN|zh-TW)$ / [R=302,L]
-RewriteRule ^(ar|ca|cs|da|de|el|fa|ga|he|hu|id|is|it|ja|ka|ko|lt|mk|ms|nb-NO|nl|pl|pt-PT|ro|ru|sv-SE|th|vi|zh-CN|zh-TW)/(.*) /$2 [R=302,L]
+RewriteRule ^(ar|cs|da|de|el|fa|ga|he|id|is|it|ja|ka|ko|lt|mk|ms|nb-NO|nl|pl|pt-PT|ro|ru|sv-SE|th|vi|zh-CN|zh-TW)$ / [R=302,L]
+RewriteRule ^(ar|cs|da|de|el|fa|ga|he|id|is|it|ja|ka|ko|lt|mk|ms|nb-NO|nl|pl|pt-PT|ro|ru|sv-SE|th|vi|zh-CN|zh-TW)/(.*) /$2 [R=302,L]
diff --git a/GetTor.lektorproject b/GetTor.lektorproject
index 287a687..5f1a816 100644
--- a/GetTor.lektorproject
+++ b/GetTor.lektorproject
@@ -4,6 +4,11 @@ url = https://gettor.torproject.org/
url_style = relative
locale = en
+[alternatives.ca]
+name = Català (ca)
+url_prefix = /ca/
+locale = ca
+
[alternatives.en]
name = English (en)
primary = yes
@@ -20,6 +25,11 @@ name = Français
url_prefix = /fr/
locale = fr
+[alternatives.hu]
+name = Magyar nyelv (hu)
+url_prefix = /hu/
+locale = hu
+
[alternatives.pt-BR]
name = Português (Brasil)
url_prefix = /pt-BR/
diff --git a/configs/i18n.ini b/configs/i18n.ini
index 7ff03d0..9a4b192 100644
--- a/configs/i18n.ini
+++ b/configs/i18n.ini
@@ -1,5 +1,5 @@
content = en
-translations = es,fr,pt-BR,tr
+translations = ca,es,fr,hu,pt-BR,tr
i18npath = i18n
translate_paragraphwise = False
url_prefix = https://gettor.torproject.org/
diff --git a/databags/alternatives.ini b/databags/alternatives.ini
index 71abfb1..a9e164e 100644
--- a/databags/alternatives.ini
+++ b/databags/alternatives.ini
@@ -1,3 +1,9 @@
+[ca]
+direction = text-left
+order = order-last
+url = /ca/
+language = Català (ca)
+
[en]
direction = text-left
order = order-last
@@ -16,6 +22,12 @@ order = order-last
url = /fr/
language = Français (fr)
+[hu]
+direction = text-left
+order = order-last
+url = /hu/
+language = Magyar nyelv (hu)
+
[pt-BR]
direction = text-left
order = order-last
1
0

[translation/support-portal_completed] https://gitweb.torproject.org/translation.git/commit/?h=support-portal_completed
by translation@torproject.org 25 Aug '21
by translation@torproject.org 25 Aug '21
25 Aug '21
commit 5d2a155bd88937464a6b5c9e20652952cd9a37d6
Author: Translation commit bot <translation(a)torproject.org>
Date: Wed Aug 25 10:18:33 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=support-portal_comp…
---
contents+tr.po | 86 +++++++++++++++++++++++++++++++++++++++++++++-
contents.pot | 106 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 190 insertions(+), 2 deletions(-)
diff --git a/contents+tr.po b/contents+tr.po
index 6f168eee55..b3ebd9bdf1 100644
--- a/contents+tr.po
+++ b/contents+tr.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Kaya Zeren <kayazeren(a)gmail.com>, 2021\n"
"Language-Team: Turkish (https://www.transifex.com/otf/teams/1519/tr/)\n"
@@ -8286,6 +8286,51 @@ msgstr "Endişelendiğiniz saldırılara bağlı pek çok faktör vardır."
msgid "For most users, we think it's a smart move."
msgstr "Çoğu kullanıcı için bunun akıllıca olacağını düşünüyoruz."
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -9542,6 +9587,45 @@ msgstr ""
"da ssh bağlantısı gibi), bu bilginin Tor ağına aktarılması için 512 bayt "
"büyüklüğünde bir hücre kullanılır."
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
diff --git a/contents.pot b/contents.pot
index 69fbe40dc0..268759270a 100644
--- a/contents.pot
+++ b/contents.pot
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: en <LL(a)li.org>\n"
@@ -8111,6 +8111,62 @@ msgstr "A lot of that depends on the attacks you are most worried about."
msgid "For most users, we think it's a smart move."
msgstr "For most users, we think it's a smart move."
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr "How do I change my bridge distribution method?"
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+"Operators can also choose which distribution method their bridge uses."
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -9319,6 +9375,54 @@ msgstr ""
"or ssh connection) and wrap it up into an entire 512 byte cell for transport"
" through the Tor network."
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr "How do I run a relay in Windows?"
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr "You can run a relay in Windows following this tutorials:"
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr "You should **only run a Windows relay if you can run it 24/7**."
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
1
0

[translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
by translation@torproject.org 25 Aug '21
by translation@torproject.org 25 Aug '21
25 Aug '21
commit b066294d9e893615f1decece13fdeeef632d25bc
Author: Translation commit bot <translation(a)torproject.org>
Date: Wed Aug 25 10:18:29 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=support-portal
---
contents+ar.po | 86 +++++++++++++++++++++++++++++++++++++++++++-
contents+bn.po | 86 +++++++++++++++++++++++++++++++++++++++++++-
contents+ca.po | 86 +++++++++++++++++++++++++++++++++++++++++++-
contents+cs.po | 86 +++++++++++++++++++++++++++++++++++++++++++-
contents+de.po | 86 +++++++++++++++++++++++++++++++++++++++++++-
contents+el.po | 86 +++++++++++++++++++++++++++++++++++++++++++-
contents+es.po | 86 +++++++++++++++++++++++++++++++++++++++++++-
contents+fa.po | 86 +++++++++++++++++++++++++++++++++++++++++++-
contents+fo.po | 86 +++++++++++++++++++++++++++++++++++++++++++-
contents+fr.po | 86 +++++++++++++++++++++++++++++++++++++++++++-
contents+ga.po | 86 +++++++++++++++++++++++++++++++++++++++++++-
contents+he.po | 86 +++++++++++++++++++++++++++++++++++++++++++-
contents+hr.po | 86 +++++++++++++++++++++++++++++++++++++++++++-
contents+hu.po | 86 +++++++++++++++++++++++++++++++++++++++++++-
contents+id.po | 86 +++++++++++++++++++++++++++++++++++++++++++-
contents+is.po | 86 +++++++++++++++++++++++++++++++++++++++++++-
contents+it.po | 86 +++++++++++++++++++++++++++++++++++++++++++-
contents+ja.po | 86 +++++++++++++++++++++++++++++++++++++++++++-
contents+ka.po | 86 +++++++++++++++++++++++++++++++++++++++++++-
contents+ko.po | 88 +++++++++++++++++++++++++++++++++++++++++++--
contents+lt.po | 86 +++++++++++++++++++++++++++++++++++++++++++-
contents+mk.po | 86 +++++++++++++++++++++++++++++++++++++++++++-
contents+ml.po | 86 +++++++++++++++++++++++++++++++++++++++++++-
contents+ms.po | 86 +++++++++++++++++++++++++++++++++++++++++++-
contents+nb.po | 86 +++++++++++++++++++++++++++++++++++++++++++-
contents+nl.po | 86 +++++++++++++++++++++++++++++++++++++++++++-
contents+pl.po | 86 +++++++++++++++++++++++++++++++++++++++++++-
contents+pt-BR.po | 86 +++++++++++++++++++++++++++++++++++++++++++-
contents+pt-PT.po | 86 +++++++++++++++++++++++++++++++++++++++++++-
contents+ro.po | 86 +++++++++++++++++++++++++++++++++++++++++++-
contents+ru.po | 86 +++++++++++++++++++++++++++++++++++++++++++-
contents+sq.po | 86 +++++++++++++++++++++++++++++++++++++++++++-
contents+sr.po | 86 +++++++++++++++++++++++++++++++++++++++++++-
contents+sv.po | 86 +++++++++++++++++++++++++++++++++++++++++++-
contents+sw.po | 86 +++++++++++++++++++++++++++++++++++++++++++-
contents+tr.po | 86 +++++++++++++++++++++++++++++++++++++++++++-
contents+uk.po | 86 +++++++++++++++++++++++++++++++++++++++++++-
contents+zh-CN.po | 86 +++++++++++++++++++++++++++++++++++++++++++-
contents+zh-TW.po | 86 +++++++++++++++++++++++++++++++++++++++++++-
contents.pot | 106 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
40 files changed, 3421 insertions(+), 41 deletions(-)
diff --git a/contents+ar.po b/contents+ar.po
index ed20938339..ee76ee49aa 100644
--- a/contents+ar.po
+++ b/contents+ar.po
@@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: NASI₿ <nomadweb(a)protonmail.ch>, 2021\n"
"Language-Team: Arabic (https://www.transifex.com/otf/teams/1519/ar/)\n"
@@ -7923,6 +7923,51 @@ msgstr "يعتمد الكثير من ذلك على الهجمات التي تق
msgid "For most users, we think it's a smart move."
msgstr "بالنسبة لمعظم المستخدمين ، نعتقد أنها خطوة ذكية."
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -9108,6 +9153,45 @@ msgstr ""
"خروج (على سبيل المثال ، مراسلة فورية أو اتصال ssh) وتلفها في خلية كاملة 512 "
"بايت للنقل عبر شبكة Tor ."
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
diff --git a/contents+bn.po b/contents+bn.po
index 026a0580ed..9898451fcb 100644
--- a/contents+bn.po
+++ b/contents+bn.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Foxom Toto <foxomot957(a)coalamails.com>, 2021\n"
"Language-Team: Bengali (https://www.transifex.com/otf/teams/1519/bn/)\n"
@@ -6864,6 +6864,51 @@ msgstr ""
msgid "For most users, we think it's a smart move."
msgstr ""
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -7859,6 +7904,45 @@ msgid ""
" through the Tor network."
msgstr ""
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
diff --git a/contents+ca.po b/contents+ca.po
index fc46f28ae6..360c60b848 100644
--- a/contents+ca.po
+++ b/contents+ca.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Catalan (https://www.transifex.com/otf/teams/1519/ca/)\n"
@@ -6980,6 +6980,51 @@ msgstr ""
msgid "For most users, we think it's a smart move."
msgstr ""
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -7979,6 +8024,45 @@ msgid ""
" through the Tor network."
msgstr ""
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
diff --git a/contents+cs.po b/contents+cs.po
index f329c08cb3..18b32c0b33 100644
--- a/contents+cs.po
+++ b/contents+cs.po
@@ -17,7 +17,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: David Stepan <stepand(a)tiscali.cz>, 2021\n"
"Language-Team: Czech (https://www.transifex.com/otf/teams/1519/cs/)\n"
@@ -6634,6 +6634,51 @@ msgstr ""
msgid "For most users, we think it's a smart move."
msgstr ""
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -7612,6 +7657,45 @@ msgid ""
" through the Tor network."
msgstr ""
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
diff --git a/contents+de.po b/contents+de.po
index 2891a8c80d..ad492110a8 100644
--- a/contents+de.po
+++ b/contents+de.po
@@ -25,7 +25,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: kwadronaut <kwadronaut(a)autistici.org>, 2021\n"
"Language-Team: German (https://www.transifex.com/otf/teams/1519/de/)\n"
@@ -8355,6 +8355,51 @@ msgid "For most users, we think it's a smart move."
msgstr ""
"Wir denken, dass das für die meisten Nutzer ein wichtiger Schritt ist."
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -9598,6 +9643,45 @@ msgstr ""
"Sofortnachrichten- oder ssh-Verbindung) liest und sie in eine ganze 512"
"-Byte-Zelle für den Transport durch das Tor-Netzwerk einpackst."
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
diff --git a/contents+el.po b/contents+el.po
index 3378266c99..34d9dfb26b 100644
--- a/contents+el.po
+++ b/contents+el.po
@@ -19,7 +19,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: anvo <fragos.george(a)hotmail.com>, 2021\n"
"Language-Team: Greek (https://www.transifex.com/otf/teams/1519/el/)\n"
@@ -6932,6 +6932,51 @@ msgstr ""
msgid "For most users, we think it's a smart move."
msgstr ""
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -7923,6 +7968,45 @@ msgid ""
" through the Tor network."
msgstr ""
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
diff --git a/contents+es.po b/contents+es.po
index ae66dd2500..15645b43dd 100644
--- a/contents+es.po
+++ b/contents+es.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: David Figuera <dfb(a)fastmail.com>, 2021\n"
"Language-Team: Spanish (https://www.transifex.com/otf/teams/1519/es/)\n"
@@ -8309,6 +8309,51 @@ msgstr "Mucho de esto depende de los ataques que más te preocupen."
msgid "For most users, we think it's a smart move."
msgstr "Para la mayoría de los usuarios, creemos que esto es un beneficio."
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -9560,6 +9605,45 @@ msgstr ""
"instantánea o SSH) y lo empaquetas en una celda entera de 512 bytes para que"
" sea transportada a través de la red Tor."
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
diff --git a/contents+fa.po b/contents+fa.po
index feac344d31..79b33b8c70 100644
--- a/contents+fa.po
+++ b/contents+fa.po
@@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Reza Ghasemi, 2021\n"
"Language-Team: Persian (https://www.transifex.com/otf/teams/1519/fa/)\n"
@@ -7814,6 +7814,51 @@ msgstr "بسیاری از آن بستگی به حملاتی که نگران آن
msgid "For most users, we think it's a smart move."
msgstr "برای اکثر کاربران، ما فکر می کنیم که یک حرکت درست باشد."
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -9020,6 +9065,45 @@ msgstr ""
"فوری یا اتصال ssh) و آن را در یک سلول 512 بایتی برای انتقال از داخل شبکهی "
"تور بسته بندی می کنید."
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
diff --git a/contents+fo.po b/contents+fo.po
index 67748bd058..2c49d8635a 100644
--- a/contents+fo.po
+++ b/contents+fo.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: erinm, 2020\n"
"Language-Team: Faroese (https://www.transifex.com/otf/teams/1519/fo/)\n"
@@ -6576,6 +6576,51 @@ msgstr ""
msgid "For most users, we think it's a smart move."
msgstr ""
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -7551,6 +7596,45 @@ msgid ""
" through the Tor network."
msgstr ""
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
diff --git a/contents+fr.po b/contents+fr.po
index 2bf598b1e0..3cacabaffc 100644
--- a/contents+fr.po
+++ b/contents+fr.po
@@ -19,7 +19,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Matburnx <matboury(a)gmail.com>, 2021\n"
"Language-Team: French (https://www.transifex.com/otf/teams/1519/fr/)\n"
@@ -8103,6 +8103,51 @@ msgstr ""
msgid "For most users, we think it's a smart move."
msgstr ""
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -9116,6 +9161,45 @@ msgid ""
" through the Tor network."
msgstr ""
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
diff --git a/contents+ga.po b/contents+ga.po
index fa116f2d1b..5edf867b4c 100644
--- a/contents+ga.po
+++ b/contents+ga.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Irish (https://www.transifex.com/otf/teams/1519/ga/)\n"
@@ -6822,6 +6822,51 @@ msgstr ""
msgid "For most users, we think it's a smart move."
msgstr ""
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -7821,6 +7866,45 @@ msgid ""
" through the Tor network."
msgstr ""
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
diff --git a/contents+he.po b/contents+he.po
index e03122e924..6e87f2cd8c 100644
--- a/contents+he.po
+++ b/contents+he.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Zeev Shilor <zshilor(a)gmail.com>, 2021\n"
"Language-Team: Hebrew (https://www.transifex.com/otf/teams/1519/he/)\n"
@@ -6587,6 +6587,51 @@ msgstr ""
msgid "For most users, we think it's a smart move."
msgstr ""
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -7562,6 +7607,45 @@ msgid ""
" through the Tor network."
msgstr ""
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
diff --git a/contents+hr.po b/contents+hr.po
index ac6ea9ad22..38c1e2de8b 100644
--- a/contents+hr.po
+++ b/contents+hr.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: milotype <mail(a)milotype.de>, 2021\n"
"Language-Team: Croatian (https://www.transifex.com/otf/teams/1519/hr/)\n"
@@ -6988,6 +6988,51 @@ msgstr ""
msgid "For most users, we think it's a smart move."
msgstr ""
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -7963,6 +8008,45 @@ msgid ""
" through the Tor network."
msgstr ""
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
diff --git a/contents+hu.po b/contents+hu.po
index 85ae50a6c2..55e5315a23 100644
--- a/contents+hu.po
+++ b/contents+hu.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Zsolt Repasy <repasy_zsolt(a)yahoo.com>, 2021\n"
"Language-Team: Hungarian (https://www.transifex.com/otf/teams/1519/hu/)\n"
@@ -6755,6 +6755,51 @@ msgstr ""
msgid "For most users, we think it's a smart move."
msgstr ""
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -7755,6 +7800,45 @@ msgid ""
" through the Tor network."
msgstr ""
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
diff --git a/contents+id.po b/contents+id.po
index da77f4e0ed..59be41c720 100644
--- a/contents+id.po
+++ b/contents+id.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: hadymaggot <saptohadi.1110(a)gmail.com>, 2021\n"
"Language-Team: Indonesian (https://www.transifex.com/otf/teams/1519/id/)\n"
@@ -6953,6 +6953,51 @@ msgstr ""
msgid "For most users, we think it's a smart move."
msgstr ""
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -7952,6 +7997,45 @@ msgid ""
" through the Tor network."
msgstr ""
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
diff --git a/contents+is.po b/contents+is.po
index 99b6cb3c69..1df124e2f2 100644
--- a/contents+is.po
+++ b/contents+is.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Sveinn í Felli <sv1(a)fellsnet.is>, 2021\n"
"Language-Team: Icelandic (https://www.transifex.com/otf/teams/1519/is/)\n"
@@ -7146,6 +7146,51 @@ msgstr ""
msgid "For most users, we think it's a smart move."
msgstr ""
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -8146,6 +8191,45 @@ msgid ""
" through the Tor network."
msgstr ""
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
diff --git a/contents+it.po b/contents+it.po
index 400e6151be..d44326c33f 100644
--- a/contents+it.po
+++ b/contents+it.po
@@ -30,7 +30,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Random_R, 2021\n"
"Language-Team: Italian (https://www.transifex.com/otf/teams/1519/it/)\n"
@@ -8038,6 +8038,51 @@ msgid "For most users, we think it's a smart move."
msgstr ""
"Per la maggior parte degli utenti, pensiamo che sia una mossa intelligente."
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -9266,6 +9311,45 @@ msgstr ""
"connessione di messaggistica istantanea o ssh) e la si avvolge in un'intera "
"cella da 512 byte per il trasporto attraverso la rete Tor."
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
diff --git a/contents+ja.po b/contents+ja.po
index 30f4801ae0..71ffdbe980 100644
--- a/contents+ja.po
+++ b/contents+ja.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Kaede, 2021\n"
"Language-Team: Japanese (https://www.transifex.com/otf/teams/1519/ja/)\n"
@@ -6705,6 +6705,51 @@ msgstr ""
msgid "For most users, we think it's a smart move."
msgstr ""
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -7686,6 +7731,45 @@ msgid ""
" through the Tor network."
msgstr ""
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
diff --git a/contents+ka.po b/contents+ka.po
index 0224299123..d68e57531d 100644
--- a/contents+ka.po
+++ b/contents+ka.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Georgianization, 2021\n"
"Language-Team: Georgian (https://www.transifex.com/otf/teams/1519/ka/)\n"
@@ -8238,6 +8238,51 @@ msgstr "ყველაფერი დამოკიდებულია, მ
msgid "For most users, we think it's a smart move."
msgstr "თუმცა მომხმარებელთა უმეტესობისთვის, ვფიქრობთ ჭკვიანური ნაბიჯია."
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -9471,6 +9516,45 @@ msgstr ""
"შეტყობინებების ან ssh-კავშირის სახით) და აქცევთ სრულ 512 ბაიტიან დანაყოფად, "
"Tor-ქსელში გადასაგზავნად."
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
diff --git a/contents+ko.po b/contents+ko.po
index f5884bfb93..734cb358ab 100644
--- a/contents+ko.po
+++ b/contents+ko.po
@@ -2,7 +2,7 @@
# Translators:
# park seungbin <parksengbin48(a)gmail.com>, 2019
# edfcf61188be1fdc09edea36af6d8e18_dc16ee2, 2020
-# 김진서 <7020kjs(a)naver.com>, 2020
+# Jinseo Kim, 2020
# Plusb Preco <plusb21(a)gmail.com>, 2020
# Johnny Cho <popeye92(a)gmail.com>, 2020
# erinm, 2020
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: 장민준, 2021\n"
"Language-Team: Korean (https://www.transifex.com/otf/teams/1519/ko/)\n"
@@ -6577,6 +6577,51 @@ msgstr ""
msgid "For most users, we think it's a smart move."
msgstr ""
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -7557,6 +7602,45 @@ msgid ""
" through the Tor network."
msgstr ""
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
diff --git a/contents+lt.po b/contents+lt.po
index 1356971536..7d510230ff 100644
--- a/contents+lt.po
+++ b/contents+lt.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Tautvydas Ž., 2021\n"
"Language-Team: Lithuanian (https://www.transifex.com/otf/teams/1519/lt/)\n"
@@ -6573,6 +6573,51 @@ msgstr ""
msgid "For most users, we think it's a smart move."
msgstr ""
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -7551,6 +7596,45 @@ msgid ""
" through the Tor network."
msgstr ""
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
diff --git a/contents+mk.po b/contents+mk.po
index 488d7045c6..05ae0cce99 100644
--- a/contents+mk.po
+++ b/contents+mk.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Macedonian (https://www.transifex.com/otf/teams/1519/mk/)\n"
@@ -6542,6 +6542,51 @@ msgstr ""
msgid "For most users, we think it's a smart move."
msgstr ""
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -7520,6 +7565,45 @@ msgid ""
" through the Tor network."
msgstr ""
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
diff --git a/contents+ml.po b/contents+ml.po
index d5a2b0c1c3..cfdaee6f85 100644
--- a/contents+ml.po
+++ b/contents+ml.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Malayalam (https://www.transifex.com/otf/teams/1519/ml/)\n"
@@ -7763,6 +7763,51 @@ msgid "For most users, we think it's a smart move."
msgstr ""
"മിക്ക ഉപയോക്താക്കൾക്കും, ഇത് ഒരു മികച്ച നീക്കമാണെന്ന് ഞങ്ങൾ കരുതുന്നു."
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -9006,6 +9051,45 @@ msgstr ""
"എസ്എച്ച് കണക്ഷൻ) ടോർ നെറ്റ്വർക്കിലൂടെയുള്ള ഗതാഗതത്തിനായി 512 ബൈറ്റ് "
"സെല്ലിലേക്ക് പൊതിയുക."
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
diff --git a/contents+ms.po b/contents+ms.po
index 715f9efb1d..c924aa56bf 100644
--- a/contents+ms.po
+++ b/contents+ms.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Malay (Malaysia) (https://www.transifex.com/otf/teams/1519/ms_MY/)\n"
@@ -6556,6 +6556,51 @@ msgstr ""
msgid "For most users, we think it's a smart move."
msgstr ""
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -7534,6 +7579,45 @@ msgid ""
" through the Tor network."
msgstr ""
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
diff --git a/contents+nb.po b/contents+nb.po
index 754bf352df..4e43428ea7 100644
--- a/contents+nb.po
+++ b/contents+nb.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Norwegian Bokmål (https://www.transifex.com/otf/teams/1519/nb/)\n"
@@ -6624,6 +6624,51 @@ msgstr ""
msgid "For most users, we think it's a smart move."
msgstr ""
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -7602,6 +7647,45 @@ msgid ""
" through the Tor network."
msgstr ""
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
diff --git a/contents+nl.po b/contents+nl.po
index 28b169db2e..4052f67084 100644
--- a/contents+nl.po
+++ b/contents+nl.po
@@ -17,7 +17,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: kwadronaut <kwadronaut(a)autistici.org>, 2021\n"
"Language-Team: Dutch (https://www.transifex.com/otf/teams/1519/nl/)\n"
@@ -6771,6 +6771,51 @@ msgstr ""
msgid "For most users, we think it's a smart move."
msgstr ""
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -7749,6 +7794,45 @@ msgid ""
" through the Tor network."
msgstr ""
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
diff --git a/contents+pl.po b/contents+pl.po
index 563030c0c3..ee89d6eba6 100644
--- a/contents+pl.po
+++ b/contents+pl.po
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Kristian <geezet(a)riseup.net>, 2021\n"
"Language-Team: Polish (https://www.transifex.com/otf/teams/1519/pl/)\n"
@@ -8296,6 +8296,51 @@ msgstr "Wiele zależy od typów ataków, które Cię najbardziej niepokoją."
msgid "For most users, we think it's a smart move."
msgstr "Dla większości użytkowników, to mądre posunięcie."
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -9551,6 +9596,45 @@ msgstr ""
" tekstowy lub połączenie ssh) i zaokrąglasz to do całkowitej 512 bajtowej "
"komórki do przesłania przez sieć Tor."
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
diff --git a/contents+pt-BR.po b/contents+pt-BR.po
index 59c26152ce..b990a63d5e 100644
--- a/contents+pt-BR.po
+++ b/contents+pt-BR.po
@@ -30,7 +30,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/otf/teams/1519/pt_BR/)\n"
@@ -8171,6 +8171,51 @@ msgstr ""
"Para a maioria dos usuários, nós achamos que isso é um movimento "
"inteligente."
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -9414,6 +9459,45 @@ msgstr ""
"instantânea ou uma conexão ssh) e a embrulha em uma cápsula inteira de 512 "
"bytes para transporte através da rede Tor."
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
diff --git a/contents+pt-PT.po b/contents+pt-PT.po
index 4677a3bb61..b4ffd138e7 100644
--- a/contents+pt-PT.po
+++ b/contents+pt-PT.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Hugo Costa <hugoncosta(a)gmail.com>, 2021\n"
"Language-Team: Portuguese (Portugal) (https://www.transifex.com/otf/teams/1519/pt_PT/)\n"
@@ -7654,6 +7654,51 @@ msgstr ""
msgid "For most users, we think it's a smart move."
msgstr ""
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -8661,6 +8706,45 @@ msgid ""
" through the Tor network."
msgstr ""
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
diff --git a/contents+ro.po b/contents+ro.po
index 1114e9d524..6bb5f3cd79 100644
--- a/contents+ro.po
+++ b/contents+ro.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: eduard pintilie <eduard.pintilie(a)gmail.com>, 2021\n"
"Language-Team: Romanian (https://www.transifex.com/otf/teams/1519/ro/)\n"
@@ -7800,6 +7800,51 @@ msgid "For most users, we think it's a smart move."
msgstr ""
"Pentru majoritatea utilizatorilor, considerăm că este o mișcare inteligentă."
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -9015,6 +9060,45 @@ msgstr ""
"instantanee sau o conexiune ssh) și o înfășori într-o întreagă celulă de 512"
" octeți pentru transport prin rețeaua Tor ."
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
diff --git a/contents+ru.po b/contents+ru.po
index eabc337f7b..efce6203e3 100644
--- a/contents+ru.po
+++ b/contents+ru.po
@@ -24,7 +24,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Russian (https://www.transifex.com/otf/teams/1519/ru/)\n"
@@ -7915,6 +7915,51 @@ msgstr "Многое зависит от того, какие типы атак
msgid "For most users, we think it's a smart move."
msgstr "Для большинства пользователей поддержка узла Tor – разумный ход."
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -9138,6 +9183,45 @@ msgstr ""
"упаковываете их в полноразмерный 512-байтовый пакет для передачи через сеть "
"Tor."
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
diff --git a/contents+sq.po b/contents+sq.po
index aba821831d..5b301f2328 100644
--- a/contents+sq.po
+++ b/contents+sq.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Besnik Bleta <besnik(a)programeshqip.org>, 2021\n"
"Language-Team: Albanian (https://www.transifex.com/otf/teams/1519/sq/)\n"
@@ -6695,6 +6695,51 @@ msgstr ""
msgid "For most users, we think it's a smart move."
msgstr ""
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -7670,6 +7715,45 @@ msgid ""
" through the Tor network."
msgstr ""
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
diff --git a/contents+sr.po b/contents+sr.po
index 88af5c88b8..1c0b10dbb2 100644
--- a/contents+sr.po
+++ b/contents+sr.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Aleksa Ristić, 2020\n"
"Language-Team: Serbian (https://www.transifex.com/otf/teams/1519/sr/)\n"
@@ -6568,6 +6568,51 @@ msgstr ""
msgid "For most users, we think it's a smart move."
msgstr ""
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -7543,6 +7588,45 @@ msgid ""
" through the Tor network."
msgstr ""
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
diff --git a/contents+sv.po b/contents+sv.po
index 33e6bec0a9..eee14588bd 100644
--- a/contents+sv.po
+++ b/contents+sv.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: erinm, 2021\n"
"Language-Team: Swedish (https://www.transifex.com/otf/teams/1519/sv/)\n"
@@ -6608,6 +6608,51 @@ msgstr ""
msgid "For most users, we think it's a smart move."
msgstr ""
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -7587,6 +7632,45 @@ msgid ""
" through the Tor network."
msgstr ""
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
diff --git a/contents+sw.po b/contents+sw.po
index 72bbb8ca35..d25d51ff7b 100644
--- a/contents+sw.po
+++ b/contents+sw.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Swahili (https://www.transifex.com/otf/teams/1519/sw/)\n"
@@ -6548,6 +6548,51 @@ msgstr ""
msgid "For most users, we think it's a smart move."
msgstr ""
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -7526,6 +7571,45 @@ msgid ""
" through the Tor network."
msgstr ""
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
diff --git a/contents+tr.po b/contents+tr.po
index 6f168eee55..b3ebd9bdf1 100644
--- a/contents+tr.po
+++ b/contents+tr.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Kaya Zeren <kayazeren(a)gmail.com>, 2021\n"
"Language-Team: Turkish (https://www.transifex.com/otf/teams/1519/tr/)\n"
@@ -8286,6 +8286,51 @@ msgstr "Endişelendiğiniz saldırılara bağlı pek çok faktör vardır."
msgid "For most users, we think it's a smart move."
msgstr "Çoğu kullanıcı için bunun akıllıca olacağını düşünüyoruz."
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -9542,6 +9587,45 @@ msgstr ""
"da ssh bağlantısı gibi), bu bilginin Tor ağına aktarılması için 512 bayt "
"büyüklüğünde bir hücre kullanılır."
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
diff --git a/contents+uk.po b/contents+uk.po
index af0766bbb2..c82bed0c15 100644
--- a/contents+uk.po
+++ b/contents+uk.po
@@ -17,7 +17,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: CuAl40qp, 2021\n"
"Language-Team: Ukrainian (https://www.transifex.com/otf/teams/1519/uk/)\n"
@@ -6560,6 +6560,51 @@ msgstr ""
msgid "For most users, we think it's a smart move."
msgstr ""
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -7535,6 +7580,45 @@ msgid ""
" through the Tor network."
msgstr ""
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
diff --git a/contents+zh-CN.po b/contents+zh-CN.po
index 6597473c3c..f6de61d415 100644
--- a/contents+zh-CN.po
+++ b/contents+zh-CN.po
@@ -26,7 +26,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Scott Rhodes <starring169(a)gmail.com>, 2021\n"
"Language-Team: Chinese (China) (https://www.transifex.com/otf/teams/1519/zh_CN/)\n"
@@ -6879,6 +6879,51 @@ msgstr "很大程度上这取决于您最担心的攻击方式。"
msgid "For most users, we think it's a smart move."
msgstr "对于大多数用户来说,我们认为这是一种明智的举动。"
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -7898,6 +7943,45 @@ msgstr ""
"当您以出口节点运行,并阅读了来自出口连接的几比特信息(比如一则即时信息或ssh连接),把它包裹成一个完整的512比特包以便在 Tor "
"网络里运输时,一个小小的例外会出现。"
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
diff --git a/contents+zh-TW.po b/contents+zh-TW.po
index 84751908db..fa0e0260cf 100644
--- a/contents+zh-TW.po
+++ b/contents+zh-TW.po
@@ -18,7 +18,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Chinese (Taiwan) (https://www.transifex.com/otf/teams/1519/zh_TW/)\n"
@@ -6626,6 +6626,51 @@ msgstr ""
msgid "For most users, we think it's a smart move."
msgstr ""
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -7605,6 +7650,45 @@ msgid ""
" through the Tor network."
msgstr ""
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr ""
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
diff --git a/contents.pot b/contents.pot
index 69fbe40dc0..268759270a 100644
--- a/contents.pot
+++ b/contents.pot
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-07-19 16:46+CET\n"
+"POT-Creation-Date: 2021-08-25 11:14+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: en <LL(a)li.org>\n"
@@ -8111,6 +8111,62 @@ msgstr "A lot of that depends on the attacks you are most worried about."
msgid "For most users, we think it's a smart move."
msgstr "For most users, we think it's a smart move."
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.title)
+msgid "How do I change my bridge distribution method?"
+msgstr "How do I change my bridge distribution method?"
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+msgstr ""
+"BridgeDB implements [four mechanisms](https://bridges.torproject.org/info) "
+"to distribute bridges: HTTPS, Moat, Email, and Reserved."
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+msgstr ""
+"Bridge operators can check which mechanism their bridge is using, on the "
+"[Relay Search](https://metrics.torproject.org/rs.html#search)."
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+msgstr ""
+"Enter the bridge's `<HASHED FINGERPRINT>` in the form and click \"Search\"."
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid "Operators can also choose which distribution method their bridge uses."
+msgstr ""
+"Operators can also choose which distribution method their bridge uses."
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+msgstr ""
+"To change the method, modify the `BridgeDistribution` setting in the torrc "
+"file to one of these: https, moat, email, none, any."
+
+#: https//support.torproject.org/operators/change-bridge-distribution/
+#: (content/operators/change-bridge-distribution/contents+en.lrquestion.description)
+msgid ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+msgstr ""
+"Read more on the Bridges [post-"
+"install](https://community.torproject.org/relay/setup/bridge/post-install/) "
+"guide."
+
#: https//support.torproject.org/operators/dynamic-ip/
#: (content/operators/dynamic-ip/contents+en.lrquestion.title)
msgid "Can I run a Tor relay using a dynamic IP address?"
@@ -9319,6 +9375,54 @@ msgstr ""
"or ssh connection) and wrap it up into an entire 512 byte cell for transport"
" through the Tor network."
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.title)
+msgid "How do I run a relay in Windows?"
+msgstr "How do I run a relay in Windows?"
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You can run a relay in Windows following this tutorials:"
+msgstr "You can run a relay in Windows following this tutorials:"
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+msgstr ""
+"- For running a [guard relay](https://community.torproject.org/relay/types-"
+"of-relays/#guard-and-middle-relay) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/guard/windows/>"
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+msgstr ""
+"- For running a [bridge relay](https://community.torproject.org/relay/types-"
+"of-relays/#bridge) in Windows, please read: "
+"<https://community.torproject.org/relay/setup/bridge/windows/>"
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid "You should **only run a Windows relay if you can run it 24/7**."
+msgstr "You should **only run a Windows relay if you can run it 24/7**."
+
+#: https//support.torproject.org/operators/run-relay-in-windows/
+#: (content/operators/run-relay-in-windows/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+msgstr ""
+"If you are unable to guarantee that, "
+"[Snowflake](https://snowflake.torproject.org/) is a better way to contribute"
+" your resources to the Tor network."
+
#: https//support.torproject.org/operators/should-i-run-a-relay/
#: (content/operators/should-i-run-a-relay/contents+en.lrquestion.title)
msgid "How do I decide if I should run a relay?"
1
0
commit 3b0257464ad3c5aa6e9f7ac6508d9c64ef30013f
Author: Matthew Finkel <sysrqb(a)torproject.org>
Date: Wed Aug 25 01:02:59 2021 +0000
Bump Fenix rebase number
---
projects/fenix/config | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/fenix/config b/projects/fenix/config
index 8aa4c8f..e5e0b50 100644
--- a/projects/fenix/config
+++ b/projects/fenix/config
@@ -10,7 +10,7 @@ variant: Beta
var:
fenix_version: 91.2.0
torbrowser_branch: 11.0
- git_branch: 'tor-browser-[% c("var/fenix_version") %]-[% c("var/torbrowser_branch") %]-1'
+ git_branch: 'tor-browser-[% c("var/fenix_version") %]-[% c("var/torbrowser_branch") %]-2'
copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
container:
use_container: 1
1
0

[bridgedb/main] Parse X-Forwarded-For addresses from left to right
by meskio@torproject.org 24 Aug '21
by meskio@torproject.org 24 Aug '21
24 Aug '21
commit abab8898363de90a35085e62d02f66b9b1af9980
Author: Cecylia Bocovich <cohosh(a)torproject.org>
Date: Thu Aug 12 17:29:05 2021 -0400
Parse X-Forwarded-For addresses from left to right
This parses X-Forwarded-For addresses from left to right since with the
domain fronting at moat we may have more than one external proxy
address. getClientIP is also updated to skip not only loopback addresses
but any non-valid address (such as private addresses) that may have been
in the header.
---
bridgedb/distributors/common/http.py | 31 +++++++++++-----------
bridgedb/distributors/moat/server.py | 36 +++++++++++++-------------
bridgedb/metrics.py | 4 +--
bridgedb/parse/addr.py | 22 ----------------
bridgedb/test/test_distributors_common_http.py | 20 +++++++-------
5 files changed, 45 insertions(+), 68 deletions(-)
diff --git a/bridgedb/distributors/common/http.py b/bridgedb/distributors/common/http.py
index 3bd7b41..755a4c8 100644
--- a/bridgedb/distributors/common/http.py
+++ b/bridgedb/distributors/common/http.py
@@ -21,7 +21,7 @@ import logging
import os
from bridgedb.parse.addr import isIPAddress
-from bridgedb.parse.addr import isLoopback
+from bridgedb.parse.addr import isValidIP
#: The fully-qualified domain name for any and all web servers we run.
@@ -55,7 +55,7 @@ def getFQDN():
"""
return SERVER_PUBLIC_FQDN
-def getClientIP(request, useForwardedHeader=False, skipLoopback=False):
+def getClientIP(request, useForwardedHeader=False, skipInvalid=False):
"""Get the client's IP address from the ``'X-Forwarded-For:'``
header, or from the :api:`request <twisted.web.server.Request>`.
@@ -63,8 +63,8 @@ def getClientIP(request, useForwardedHeader=False, skipLoopback=False):
:param request: A ``Request`` for a :api:`twisted.web.resource.Resource`.
:param bool useForwardedHeader: If ``True``, attempt to get the client's
IP address from the ``'X-Forwarded-For:'`` header.
- :param bool skipLoopback: If ``True``, and ``useForwardedHeader`` is
- also ``True``, then skip any loopback addresses (127.0.0.1/8) when
+ :param bool skipInvalid: If ``True``, and ``useForwardedHeader`` is
+ also ``True``, then validate and skip any invalid addresses when
parsing the X-Forwarded-For header.
:rtype: ``None`` or :any:`str`
:returns: The client's IP address, if it was obtainable.
@@ -74,19 +74,18 @@ def getClientIP(request, useForwardedHeader=False, skipLoopback=False):
if useForwardedHeader:
header = request.getHeader("X-Forwarded-For")
if header:
- index = -1
- ip = header.split(",")[index].strip()
- if skipLoopback:
+ values = header.split(",")
+ for ip in values:
+ ip = ip.strip()
+ if not skipInvalid:
+ break
logging.info(("Parsing X-Forwarded-For again, ignoring "
- "loopback addresses..."))
- while isLoopback(ip):
- index -= 1
- ip = header.split(",")[index].strip()
- if not skipLoopback and isLoopback(ip):
- logging.warn("Accepting loopback address: %s" % ip)
- else:
- if not isIPAddress(ip):
- logging.warn("Got weird X-Forwarded-For value %r" % header)
+ "invalid addresses..."))
+ if isValidIP(ip):
+ break
+ if not isValidIP(ip):
+ logging.warn("Got weird X-Forwarded-For value %r" % header)
+ if skipInvalid:
ip = None
else:
ip = request.getClientIP()
diff --git a/bridgedb/distributors/moat/server.py b/bridgedb/distributors/moat/server.py
index 7e83d94..fe03fc4 100644
--- a/bridgedb/distributors/moat/server.py
+++ b/bridgedb/distributors/moat/server.py
@@ -141,17 +141,17 @@ class JsonAPIResource(resource.Resource):
"""A resource which conforms to the `JSON API spec <http://jsonapi.org/>`__.
"""
- def __init__(self, useForwardedHeader=True, skipLoopback=False):
+ def __init__(self, useForwardedHeader=True, skipInvalid=False):
"""Create a JSON API resource, containing either error(s) or data.
:param bool useForwardedHeader: If ``True``, obtain the client's IP
address from the ``X-Forwarded-For`` HTTP header.
- :param bool skipLoopback: Skip loopback addresses when parsing the
- X-Forwarded-For header.
+ :param bool skipInvalid: Skip invalid (e.g., loopback, private) addresses
+ when parsing the X-Forwarded-For header.
"""
resource.Resource.__init__(self)
self.useForwardedHeader = useForwardedHeader
- self.skipLoopback = skipLoopback
+ self.skipInvalid = skipInvalid
def getClientIP(self, request):
"""Get the client's IP address from the ``'X-Forwarded-For:'``
@@ -163,7 +163,7 @@ class JsonAPIResource(resource.Resource):
:rtype: ``None`` or :any:`str`
:returns: The client's IP address, if it was obtainable.
"""
- return getClientIP(request, self.useForwardedHeader, self.skipLoopback)
+ return getClientIP(request, self.useForwardedHeader, self.skipInvalid)
def formatDataForResponse(self, data, request):
"""Format a dictionary of ``data`` into JSON and add necessary response
@@ -248,8 +248,8 @@ class CustomErrorHandlingResource(resource.Resource):
class JsonAPIDataResource(JsonAPIResource):
"""A resource which returns some JSON API data."""
- def __init__(self, useForwardedHeader=True, skipLoopback=False):
- JsonAPIResource.__init__(self, useForwardedHeader, skipLoopback)
+ def __init__(self, useForwardedHeader=True, skipInvalid=False):
+ JsonAPIResource.__init__(self, useForwardedHeader, skipInvalid)
def checkRequestHeaders(self, request):
"""The JSON API specification requires servers to respond with certain HTTP
@@ -303,8 +303,8 @@ class CaptchaResource(JsonAPIDataResource):
"""A CAPTCHA."""
def __init__(self, hmacKey=None, publicKey=None, secretKey=None,
- useForwardedHeader=True, skipLoopback=False):
- JsonAPIDataResource.__init__(self, useForwardedHeader, skipLoopback)
+ useForwardedHeader=True, skipInvalid=False):
+ JsonAPIDataResource.__init__(self, useForwardedHeader, skipInvalid)
self.hmacKey = hmacKey
self.publicKey = publicKey
self.secretKey = secretKey
@@ -316,7 +316,7 @@ class CaptchaFetchResource(CaptchaResource):
isLeaf = True
def __init__(self, hmacKey=None, publicKey=None, secretKey=None,
- captchaDir="captchas", useForwardedHeader=True, skipLoopback=False):
+ captchaDir="captchas", useForwardedHeader=True, skipInvalid=False):
"""DOCDOC
:param bytes hmacKey: The master HMAC key, used for validating CAPTCHA
@@ -334,8 +334,8 @@ class CaptchaFetchResource(CaptchaResource):
:param str captchaDir: The directory where the cached CAPTCHA images
:param bool useForwardedHeader: If ``True``, obtain the client's IP
address from the ``X-Forwarded-For`` HTTP header.
- :param bool skipLoopback: Skip loopback addresses when parsing the
- X-Forwarded-For header.
+ :param bool skipInvalid: Skip invalid (e.g., loopback, private) addresses
+ when parsing the X-Forwarded-For header.
"""
CaptchaResource.__init__(self, hmacKey, publicKey, secretKey,
useForwardedHeader)
@@ -492,7 +492,7 @@ class CaptchaCheckResource(CaptchaResource):
def __init__(self, distributor, schedule, N=1,
hmacKey=None, publicKey=None, secretKey=None,
- useForwardedHeader=True, skipLoopback=False):
+ useForwardedHeader=True, skipInvalid=False):
"""Create a new resource for checking CAPTCHA solutions and returning
bridges to a client.
@@ -505,8 +505,8 @@ class CaptchaCheckResource(CaptchaResource):
:param int N: The number of bridges to hand out per query.
:param bool useForwardedHeader: Whether or not we should use the the
X-Forwarded-For header instead of the source IP address.
- :param bool skipLoopback: Skip loopback addresses when parsing the
- X-Forwarded-For header.
+ :param bool skipInvalid: Skip invalid (e.g., loopback, private) addresses
+ when parsing the X-Forwarded-For header.
"""
CaptchaResource.__init__(self, hmacKey, publicKey, secretKey,
useForwardedHeader)
@@ -809,7 +809,7 @@ def addMoatServer(config, distributor):
captcha = None
fwdHeaders = config.MOAT_USE_IP_FROM_FORWARDED_HEADER
numBridges = config.MOAT_BRIDGES_PER_ANSWER
- skipLoopback = config.MOAT_SKIP_LOOPBACK_ADDRESSES
+ skipInvalid = config.MOAT_SKIP_LOOPBACK_ADDRESSES
logging.info("Starting moat servers...")
@@ -836,10 +836,10 @@ def addMoatServer(config, distributor):
moat = CustomErrorHandlingResource()
fetch = CaptchaFetchResource(hmacKey, publicKey, secretKey,
config.GIMP_CAPTCHA_DIR,
- fwdHeaders, skipLoopback)
+ fwdHeaders, skipInvalid)
check = CaptchaCheckResource(distributor, sched, numBridges,
hmacKey, publicKey, secretKey,
- fwdHeaders, skipLoopback)
+ fwdHeaders, skipInvalid)
moat.putChild(b"fetch", fetch)
moat.putChild(b"check", check)
diff --git a/bridgedb/metrics.py b/bridgedb/metrics.py
index 14073ee..7751e94 100644
--- a/bridgedb/metrics.py
+++ b/bridgedb/metrics.py
@@ -470,7 +470,7 @@ class HTTPSMetrics(Metrics):
# two-letter country code.
ipAddr = getClientIP(request,
useForwardedHeader=True,
- skipLoopback=False)
+ skipInvalid=True)
self.updateSubnetCounter(ipAddr)
countryCode = resolveCountryCode(ipAddr)
@@ -578,7 +578,7 @@ class MoatMetrics(Metrics):
ipAddr = getClientIP(request,
useForwardedHeader=True,
- skipLoopback=False)
+ skipInvalid=True)
countryCode = resolveCountryCode(ipAddr)
try:
diff --git a/bridgedb/parse/addr.py b/bridgedb/parse/addr.py
index 1d59c9a..4576b05 100644
--- a/bridgedb/parse/addr.py
+++ b/bridgedb/parse/addr.py
@@ -436,28 +436,6 @@ def isValidIP(ip):
return False
return True
-def isLoopback(ip):
- """Determine if ``ip`` is a loopback or localhost address (127.0.0.1/8).
-
- :type: ``str`` or ``ipaddr.IPAddress``
- :param ip: An IP address.
- :rtype: bool
- :returns: ``True`` if the IP was a loopback or localhost address; ``False``
- otherwise.
- """
- try:
- if isinstance(ip, str):
- ip = ipaddr.IPAddress(ip)
-
- if ip.is_loopback:
- return True
- else:
- return False
- except Exception as err:
- logging.debug("Error attempting to parse IP address: %s", ip)
-
- return False
-
def normalizeEmail(emailaddr, domainmap, domainrules, ignorePlus=True):
"""Normalise an email address according to the processing rules for its
canonical originating domain.
diff --git a/bridgedb/test/test_distributors_common_http.py b/bridgedb/test/test_distributors_common_http.py
index ff3da41..a3333ed 100644
--- a/bridgedb/test/test_distributors_common_http.py
+++ b/bridgedb/test/test_distributors_common_http.py
@@ -88,26 +88,26 @@ class GetClientIPTests(unittest.TestCase):
"""
request = self.createRequestWithIPs()
request.headers.update({'x-forwarded-for': 'pineapple'})
- clientIP = server.getClientIP(request, useForwardedHeader=True)
+ clientIP = server.getClientIP(request, useForwardedHeader=True, skipInvalid=True)
self.assertEqual(clientIP, None)
- def test_getClientIP_XForwardedFor_skip_loopback(self):
+ def test_getClientIP_XForwardedFor_skip_invalid(self):
request = self.createRequestWithIPs()
request.headers.update({'x-forwarded-for': '3.3.3.3, 127.0.0.1'})
- clientIP = server.getClientIP(request, useForwardedHeader=True, skipLoopback=True)
+ clientIP = server.getClientIP(request, useForwardedHeader=True, skipInvalid=True)
self.assertEqual(clientIP, '3.3.3.3')
- def test_getClientIP_XForwardedFor_skip_loopback_multiple(self):
+ def test_getClientIP_XForwardedFor_skip_invalid_multiple(self):
request = self.createRequestWithIPs()
- request.headers.update({'x-forwarded-for': '3.3.3.3, 127.0.0.6, 127.0.0.1'})
- clientIP = server.getClientIP(request, useForwardedHeader=True, skipLoopback=True)
+ request.headers.update({'x-forwarded-for': '127.0.0.1, 192.168.3.1, 3.3.3.3, 127.0.0.6'})
+ clientIP = server.getClientIP(request, useForwardedHeader=True, skipInvalid=True)
self.assertEqual(clientIP, '3.3.3.3')
- def test_getClientIP_XForwardedFor_no_skip_loopback(self):
+ def test_getClientIP_XForwardedFor_no_skip_invalid(self):
request = self.createRequestWithIPs()
- request.headers.update({'x-forwarded-for': '3.3.3.3, 127.0.0.1'})
- clientIP = server.getClientIP(request, useForwardedHeader=True, skipLoopback=False)
- self.assertEqual(clientIP, '127.0.0.1')
+ request.headers.update({'x-forwarded-for': '192.168.0.1, 3.3.3.3, 127.0.0.1'})
+ clientIP = server.getClientIP(request, useForwardedHeader=True, skipInvalid=False)
+ self.assertEqual(clientIP, '192.168.0.1')
def test_getClientIP_fromRequest(self):
"""getClientIP() should return the IP address from the request instance
1
0
commit ede084a1469385e1d8aec38d9eef2d501a6d3350
Author: meskio <meskio(a)torproject.org>
Date: Tue Aug 24 11:57:05 2021 +0200
Install python3 dependencies
Fixes the tests on the CI
---
scripts/install-dependencies | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/install-dependencies b/scripts/install-dependencies
index 67dfde5..4b5e435 100755
--- a/scripts/install-dependencies
+++ b/scripts/install-dependencies
@@ -8,7 +8,7 @@ APT_FLAGS='-q --no-install-suggests --no-install-recommends'
PIP=$(which pip)
PIP_FLAGS='--no-binary :all'
-DEPENDS="build-essential openssl sqlite3 python-dev python-setuptools"
+DEPENDS="build-essential openssl sqlite3 python3-dev python3-setuptools"
DEPENDS="${DEPENDS} libgeoip-dev geoip-database libjpeg-dev"
HERE=$(dirname $0)
@@ -19,7 +19,7 @@ if [ "$EUID" != "0" ] ; then SUDO=$(which sudo); fi
if [ "$TRAVIS" == "true" ] ; then
DEPENDS="${DEPENDS} realpath"
else
- DEPENDS="${DEPENDS} python-pip flog"
+ DEPENDS="${DEPENDS} python3-pip flog"
fi
if [ "$CI" == "true" ] ; then
1
0