aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-03-18 14:24:53 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2014-03-18 14:24:53 +0100
commit30644b5c4f72f828ecead09fc7e2d5d4ae8e91db (patch)
treec9d979efc3dad924090f6f3a482fa0c2a8e7652c /OpenPGP-Keychain/src/main
parent77b8b870ee8244cdf652ab5ff0d08c24474f93e7 (diff)
parent3abe17090e1f0a654c50679231d1232516b2d815 (diff)
downloadopen-keychain-30644b5c4f72f828ecead09fc7e2d5d4ae8e91db.tar.gz
open-keychain-30644b5c4f72f828ecead09fc7e2d5d4ae8e91db.tar.bz2
open-keychain-30644b5c4f72f828ecead09fc7e2d5d4ae8e91db.zip
Merge pull request #420 from gogowitczak/master
Added FAQ: specifying connection port for Keyserver.
Diffstat (limited to 'OpenPGP-Keychain/src/main')
-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>