feat: setup termix and wireproxy for sock5 proxy.
This commit is contained in:
parent
02062743f8
commit
2363adccc0
9 changed files with 135 additions and 24 deletions
|
|
@ -43,6 +43,18 @@
|
|||
paperless-ngx = {
|
||||
file = ../../../../secrets/paperless-ngx.age;
|
||||
};
|
||||
wg-wireproxy = {
|
||||
file = ../../../../secrets/wg-wireproxy.age;
|
||||
owner = "wireproxy";
|
||||
group = "wireproxy";
|
||||
};
|
||||
wireproxy = {
|
||||
file = ../../../../secrets/wireproxy.age;
|
||||
path = "/etc/wireproxy/wireproxy.conf";
|
||||
owner = "wireproxy";
|
||||
group = "wireproxy";
|
||||
symlink = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue