Compare commits
1 Commits
master
...
674e6f1d3c
| Author | SHA1 | Date | |
|---|---|---|---|
| 674e6f1d3c |
@@ -230,7 +230,11 @@ in
|
|||||||
Port = cfg.proxyPort;
|
Port = cfg.proxyPort;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
systemd.services.tinyproxy.before = [ "container@pia-vpn.service" ];
|
systemd.services.tinyproxy = {
|
||||||
|
before = [ "container@pia-vpn.service" ];
|
||||||
|
after = [ "systemd-networkd.service" ];
|
||||||
|
requires = [ "systemd-networkd.service" ];
|
||||||
|
};
|
||||||
|
|
||||||
# WireGuard interface creation (host-side oneshot)
|
# WireGuard interface creation (host-side oneshot)
|
||||||
# Creates the interface in the host namespace so encrypted UDP stays in host netns.
|
# Creates the interface in the host namespace so encrypted UDP stays in host netns.
|
||||||
|
|||||||
Reference in New Issue
Block a user