zones: add resolver and domain
Signed-off-by: Alejandro Mery <amery@jpi.io>
This commit is contained in:
@@ -2,9 +2,11 @@ package main
|
||||
|
||||
// Config describes the repository
|
||||
type Config struct {
|
||||
Base string
|
||||
Base string
|
||||
Domain string
|
||||
}
|
||||
|
||||
var cfg = &Config{
|
||||
Base: "./m",
|
||||
Base: "./m",
|
||||
Domain: "m.jpi.cloud",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user