https://github.com/arlac77/named-conf
read/write named.conf
https://github.com/arlac77/named-conf
bind9 named
Last synced: 7 months ago
JSON representation
read/write named.conf
- Host: GitHub
- URL: https://github.com/arlac77/named-conf
- Owner: arlac77
- License: 0bsd
- Created: 2016-10-15T15:12:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-07-17T11:56:23.000Z (8 months ago)
- Last Synced: 2025-07-29T12:43:54.032Z (8 months ago)
- Topics: bind9, named
- Language: JavaScript
- Size: 1.54 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.npmjs.com/package/named-conf)
[](https://spdx.org/licenses/0BSD.html)
[](https://bundlejs.com/?q=named-conf)
[](https://npmjs.org/package/named-conf)
[](https://github.com/arlac77/named-conf/issues)
[](https://actions-badge.atrox.dev/arlac77/named-conf/goto)
[](https://github.com/prettier/prettier)
[](http://commitizen.github.io/cz-cli/)
[](https://snyk.io/test/github/arlac77/named-conf)
[](https://coveralls.io/github/arlac77/named-conf)
# named-conf
read & write named.conf
# usage
```js
const { NamedParser } = require('named-conf');
const parser = new NamedParser();
parser.parse('{ }');
```
# API
### Table of Contents
* [NamedParser](#namedparser)
## NamedParser
**Extends Parser**
# install
With [npm](http://npmjs.org) do:
npm install named-conf
# license
BSD-2-Clause