Merge pull request #420 from gogowitczak/master

Added FAQ: specifying connection port for Keyserver.
This commit is contained in:
Dominik Schürmann 2014-03-18 14:24:53 +01:00
commit 30644b5c4f

View File

@ -5,8 +5,9 @@ And don't add newlines before or after p tags because of transifex -->
<head> <head>
</head> </head>
<body> <body>
<h2>TODO</h2> <h2>How can I specify connection port for Keyserver?</h2>
<p>text</p> <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> </body>
</html> </html>