corednsservice

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 30, 2019 License: MIT Imports: 15 Imported by: 0

README

corednsservice

corednsservice is a wrapper executable to install CoreDNS as a service on Windows.

An example corednsservice.yml. Put this in the same directory as corednsservice.exe and modify it appropriately.

name: CoreDNS
display_name: CoreDNS service
description: CoreDNS service for local development.
exec: "C:\\CoreDNS\\coredns.exe"
args: ["-conf", "Corefile"]
dir: "C:\\CoreDNS"
stdout:
  filename: "C:\\CoreDNS\\coredns.log"
  maxsize: 100
  maxbackups: 50
  maxage: 30
  compress: true

Documentation

Overview

Simple service that only works by printing a log message every few seconds.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL