aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/res
diff options
context:
space:
mode:
authorgogowitczak <gogowitczak@gmail.com>2014-03-14 20:24:27 +0100
committergogowitczak <gogowitczak@gmail.com>2014-03-14 20:24:27 +0100
commit3abe17090e1f0a654c50679231d1232516b2d815 (patch)
treefe08ecf6d9f6952799db836ca3acf141e4615255 /OpenPGP-Keychain/src/main/res
parentefab1d27ac7ffb9e39fe5acd8064c708dc588452 (diff)
downloadopen-keychain-3abe17090e1f0a654c50679231d1232516b2d815.tar.gz
open-keychain-3abe17090e1f0a654c50679231d1232516b2d815.tar.bz2
open-keychain-3abe17090e1f0a654c50679231d1232516b2d815.zip
Added FAQ: specifying connection port for Keyserver.
Diffstat (limited to 'OpenPGP-Keychain/src/main/res')
-rw-r--r--OpenPGP-Keychain/src/main/res/raw/help_faq.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/OpenPGP-Keychain/src/main/res/raw/help_faq.html b/OpenPGP-Keychain/src/main/res/raw/help_faq.html
index b3d5b3a11..bfd43eafd 100644
--- a/OpenPGP-Keychain/src/main/res/raw/help_faq.html
+++ b/OpenPGP-Keychain/src/main/res/raw/help_faq.html
@@ -5,8 +5,9 @@ And don't add newlines before or after p tags because of transifex -->
<head>
</head>
<body>
-<h2>TODO</h2>
-<p>text</p>
+<h2>How can I specify connection port for Keyserver?</h2>
+<p>Add a new Keyserver (or modify existing one) by going to Preferences -> General -> Keyservers. Enter the port number after the Keyserver address and preceded it by a colon. For example, "p80.pool.sks-keyservers.net:80" (without quotation marks) means that server "p80.pool.sks-keyservers.net" is working on a port 80.</p>
+<p>Default connection port is 11371 and it doesn't need to be specified.</p>
</body>
</html>