decoysnail: use wstunnel

This commit is contained in:
Gabriel Ebner 2019-10-16 10:37:16 +02:00
parent 0d647a7c80
commit 88b3f477bc
1 changed files with 11 additions and 1 deletions

View File

@ -65,11 +65,21 @@
publicKey = "ByLlJbevlTBooAo2RIZGGJvBHKqA9qiOpHBvR5yuJX4="; publicKey = "ByLlJbevlTBooAo2RIZGGJvBHKqA9qiOpHBvR5yuJX4=";
allowedIPs = ["10.56.0.0/14" "10.60.1.1"]; allowedIPs = ["10.56.0.0/14" "10.60.1.1"];
# endpoint = "mtlaa-gw.gebner.org:35869"; # endpoint = "mtlaa-gw.gebner.org:35869";
endpoint = "84.112.114.160:35869"; # endpoint = "84.112.114.160:35869";
endpoint = "127.0.0.1:35869";
persistentKeepalive = 25; persistentKeepalive = 25;
}]; }];
}; };
systemd.services.wstunnel = {
path = [ pkgs.wstunnel ];
wantedBy = [ "wireguard-wg0.service" ];
after = [ "network.target" ];
script = ''
wstunnel -L 35869:htdf-gw.gebner.org:35869 -u wss://gebner.org
'';
};
services.resolved = { services.resolved = {
domains = []; domains = [];
enable = true; enable = true;