From af127a9cbb87a61a2ce1278aac6631430c216a2f Mon Sep 17 00:00:00 2001 From: amperpirat Date: Sat, 26 Jul 2014 10:36:11 +0200 Subject: [PATCH] Update site.conf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ich hab meinen faste-server hinzugefügt und die cipher Methode auf "xsalsa20-poly1305" geändert --- site.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/site.conf b/site.conf index 3d0b557..627222d 100644 --- a/site.conf +++ b/site.conf @@ -114,7 +114,7 @@ remotes: List of fastd configuration strings to connect to your gateway server ]] fastd_mesh_vpn = { - methods = {'salsa2012+gmac'}, + methods = {'xsalsa20-poly1305'}, --[[geändert am 26.07. von Ole]] mtu = 1426, backbone = { limit = 2, @@ -122,6 +122,12 @@ test = { key = 'fd0b9a4a2f5117b2cc187e80e3656b1da854dd1bcbc17680833cc6824b3c4101', remotes = {'ipv4 "46.149.18.17" port 1234'}, + + --[[geändert am 26.07. von Ole; Ole's fastd-Server]] + OleVPN = { + key = '0ac59c349980993c99e74e1c5242c39cdd7282fbab0b9575b35762993df510f3', + remotes = {'ipv4 "37.120.168.150" port 10000'}, + }, }, },