summaryrefslogtreecommitdiff
path: root/internal/config/config.go
blob: 5aa846289ddf89578966a17241693aef6d53eada (plain)
1
2
3
4
5
6
7
package config

type Config struct {
	Profile   string
	DNSServer string
	Command   []string
}