Update site.conf

ich hab meinen faste-server hinzugefügt und die cipher Methode auf "xsalsa20-poly1305" geändert
This commit is contained in:
amperpirat
2014-07-26 10:36:11 +02:00
parent 926dbb20e2
commit af127a9cbb

View File

@@ -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'},
},
},
},