Fix packages being not encrypted
Signed-off-by: Egor Savkin <es@m-labs.hk>
This commit is contained in:
parent
0ff90d54a9
commit
6d2f4d136e
|
@ -317,7 +317,7 @@ in
|
||||||
};
|
};
|
||||||
children."${netifUSA}" = {
|
children."${netifUSA}" = {
|
||||||
mode = "transport";
|
mode = "transport";
|
||||||
ah_proposals = [ "sha256-curve25519" ];
|
esp_proposals = [ "aes256gcm128-sha256-curve25519" ];
|
||||||
remote_ts = [ "5.78.86.156[gre]" ];
|
remote_ts = [ "5.78.86.156[gre]" ];
|
||||||
local_ts = [ "94.190.212.123[gre]" ];
|
local_ts = [ "94.190.212.123[gre]" ];
|
||||||
start_action = "start";
|
start_action = "start";
|
||||||
|
|
Loading…
Reference in New Issue