diff options
Diffstat (limited to 'internal/config')
| -rw-r--r-- | internal/config/config.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/internal/config/config.go b/internal/config/config.go new file mode 100644 index 0000000..5aa8462 --- /dev/null +++ b/internal/config/config.go @@ -0,0 +1,7 @@ +package config + +type Config struct { + Profile string + DNSServer string + Command []string +} |
