command
module
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Oct 30, 2019
License: MIT
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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
¶
Simple service that only works by printing a log message every few seconds.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.