Add Shadowsocks proxy service
This commit is contained in:
parent
854b6374d7
commit
26165af972
7 changed files with 70 additions and 0 deletions
|
|
@ -116,6 +116,16 @@ in
|
|||
];
|
||||
};
|
||||
|
||||
shadowshocks.deployment = {
|
||||
targetHost = hosts.shadowshocks;
|
||||
tags = [
|
||||
"lxc"
|
||||
"bacco"
|
||||
"shadowshocks"
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
deadbeef.deployment = {
|
||||
allowLocalDeployment = true;
|
||||
targetHost = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue