diff options
Diffstat (limited to 'g10/options.skel')
-rw-r--r-- | g10/options.skel | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/g10/options.skel b/g10/options.skel index c3cc4a06c..e51ef954f 100644 --- a/g10/options.skel +++ b/g10/options.skel @@ -93,6 +93,7 @@ # support). # # Example HKP keyserver: +# hkp://keys.gnupg.net # hkp://subkeys.pgp.net # # Example email keyserver: @@ -109,11 +110,12 @@ # Note that most servers (with the notable exception of # ldap://keyserver.pgp.com) synchronize changes with each other. Note # also that a single server name may actually point to multiple -# servers via DNS round-robin. hkp://subkeys.pgp.net is an example of +# servers via DNS round-robin. hkp://keys.gnupg.net is an example of # such a "server", which spreads the load over a number of physical -# servers. +# servers. To see the IP address of the server actually used, you may use +# the "--keyserver-options debug". -keyserver hkp://subkeys.pgp.net +keyserver hkp://keys.pgp.net #keyserver mailto:[email protected] #keyserver ldap://keyserver.pgp.com |