summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2013-03-18 16:49:07 +0100
committermathieui <mathieui@mathieui.net>2013-03-18 16:49:07 +0100
commit4fe05f3c840cee52480b150a03b9548e673eb3ff (patch)
tree6fb1b3facd11cb3351cd79d287405bd1b6496cea
parentc1ae17c3d2510812d0d44b4d23092f2f3fafffbc (diff)
downloadpoezio-4fe05f3c840cee52480b150a03b9548e673eb3ff.tar.gz
poezio-4fe05f3c840cee52480b150a03b9548e673eb3ff.tar.bz2
poezio-4fe05f3c840cee52480b150a03b9548e673eb3ff.tar.xz
poezio-4fe05f3c840cee52480b150a03b9548e673eb3ff.zip
Set the default anonymous server to a working one
-rw-r--r--data/default_config.cfg2
-rw-r--r--doc/en/configure.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg
index a3e3a49b..05e00ce2 100644
--- a/data/default_config.cfg
+++ b/data/default_config.cfg
@@ -6,7 +6,7 @@
# The server used for anonymous connection.
# Make sure the server you're using accepts anonymous authentication
-server = anon.louiz.org
+server = anon.jeproteste.info
# SSL Certificate fingerprint
# Do not touch this if you don’t know what you are doing
diff --git a/doc/en/configure.txt b/doc/en/configure.txt
index 0b94a7a8..cabc83e8 100644
--- a/doc/en/configure.txt
+++ b/doc/en/configure.txt
@@ -409,7 +409,7 @@ section of this documentation.
if true, your current time will be sent if asked
Set to false if you don't want people to know that information
-*server*:: anon.louiz.org
+*server*:: anon.jeproteste.info
The server to use for anonymous authentication.
Make sure it supports anonymous authentification.