chore(constants): remove and move constant paths
- Remove unused paths - Move paths to inline constants if used only once
This commit is contained in:
3
internal/openvpn/paths.go
Normal file
3
internal/openvpn/paths.go
Normal file
@@ -0,0 +1,3 @@
|
||||
package openvpn
|
||||
|
||||
const configPath = "/etc/openvpn/target.ovpn"
|
||||
Reference in New Issue
Block a user