Add Shadowsocks proxy service
This commit is contained in:
parent
854b6374d7
commit
26165af972
7 changed files with 70 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ rec {
|
|||
auth = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFsSQbXHRt+MpUh+YQxd5p6YPnbbWR/4ylz/pXjdZ9Bs";
|
||||
dns01 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII7BdiP/dCE6FHoJylcBKQ5AXz06UpLHNyeuvfLVccSi";
|
||||
dns02 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ+HIq6/ebjiv71xDozdOTn5AdnXgr1fGqIzXnH7Not+";
|
||||
shadowshocks = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINQ4qYaS5ccciH7BNyrF5+J3d4JtHJNr1R256/ulEtxl";
|
||||
};
|
||||
|
||||
# Machines able to provision other machines
|
||||
|
|
@ -31,8 +32,11 @@ rec {
|
|||
|
||||
# Machines in tailscale network
|
||||
tailscale-machine = [
|
||||
machines.arr
|
||||
machines.auth
|
||||
machines.caddy
|
||||
machines.metrics
|
||||
machines.shadowshocks
|
||||
];
|
||||
|
||||
# Machines provisioned with Colmena
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue