Skip to content

Commit

Permalink
fix(coredns): comment getting machine public ip
Browse files Browse the repository at this point in the history
  • Loading branch information
mariobassem committed Feb 13, 2025
1 parent 25c997f commit 8ed3439
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/installers/infra/coredns/coredns_configure.v
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ pub fn configure() ! {
mut path := pathlib.get_file(path: args.config_path, create: true)!
path.write(mycorefile)!

if args.example {
example_configure()!
}
// this doesn't work for local machines, needs to be updated
// if args.example {
// example_configure()!
// }
}

pub fn example_configure() ! {
Expand Down

0 comments on commit 8ed3439

Please sign in to comment.