forked from remote/site-ffmuc
Update site.conf
ich hab meinen faste-server hinzugefügt und die cipher Methode auf "xsalsa20-poly1305" geändert
This commit is contained in:
@@ -114,7 +114,7 @@
|
|||||||
remotes: List of fastd configuration strings to connect to your gateway server
|
remotes: List of fastd configuration strings to connect to your gateway server
|
||||||
]]
|
]]
|
||||||
fastd_mesh_vpn = {
|
fastd_mesh_vpn = {
|
||||||
methods = {'salsa2012+gmac'},
|
methods = {'xsalsa20-poly1305'}, --[[geändert am 26.07. von Ole]]
|
||||||
mtu = 1426,
|
mtu = 1426,
|
||||||
backbone = {
|
backbone = {
|
||||||
limit = 2,
|
limit = 2,
|
||||||
@@ -122,6 +122,12 @@
|
|||||||
test = {
|
test = {
|
||||||
key = 'fd0b9a4a2f5117b2cc187e80e3656b1da854dd1bcbc17680833cc6824b3c4101',
|
key = 'fd0b9a4a2f5117b2cc187e80e3656b1da854dd1bcbc17680833cc6824b3c4101',
|
||||||
remotes = {'ipv4 "46.149.18.17" port 1234'},
|
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'},
|
||||||
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user