aetherscale

[unmaintained] code for a cloud provider tutorial
Log | Files | Refs | README | LICENSE

commit ffcb785b7e447120a2fb45f3bd110476edbac320
parent 6b53ec3fab1aece2735eab09de889915e2980a73
Author: Stefan Koch <programming@stefan-koch.name>
Date:   Sat, 30 Jan 2021 19:30:04 +0100

move tinc folder into vpn config folder

Diffstat:
Maetherscale/vpn/tinc.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aetherscale/vpn/tinc.py b/aetherscale/vpn/tinc.py @@ -96,7 +96,7 @@ class TincVirtualNetwork(object): return True def _net_config_folder(self) -> Path: - return self.config_base_folder / self.netname + return config.AETHERSCALE_CONFIG_DIR / 'vpn' / self.netname / 'tinc' def _service_name(self) -> str: return f'aetherscale-tincd-{self.netname}.service'