mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-06 01:07:41 +08:00
Move public IP services handling to a map-based approach to work for daemon (multiple network configs) and CLI-based setting of the IP services.
This commit is contained in:
5
netclient/global_settings/globalsettings.go
Normal file
5
netclient/global_settings/globalsettings.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package global_settings
|
||||
|
||||
// globalsettings - settings that are global in nature. Avoids circular dependencies between config loading and usage.
|
||||
|
||||
var PublicIPServices map[string]string
|
Reference in New Issue
Block a user