mastus: quiet wstunnel

This commit is contained in:
Gabriel Ebner 2019-10-03 19:58:46 +02:00
parent d403cf223a
commit 882db43696
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ in
wantedBy = [ "nginx.service" ];
after = [ "network.target" ];
script = ''
wstunnel -v --server --restrictTo=htdf-gw.gebner.org:35869 ws://localhost:${toString port}
wstunnel --server --restrictTo=htdf-gw.gebner.org:35869 ws://localhost:${toString port}
'';
};