Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/notbobthebuilder/netsetup

A utility to assist in the creation of config files for common network services
https://github.com/notbobthebuilder/netsetup

Last synced: 7 days ago
JSON representation

A utility to assist in the creation of config files for common network services

Awesome Lists containing this project

README

        

netSetup
========

A utility to assist in the creation of config files for common network services

NOTE: Example files (in M4 syntax) can only be preprocessed from *within* the example directory. Ensure your command sequence is the following:

cd Examples/

m4 dhcpd\_simple

The resulting output will then go through STDOUT.

It may also be useful to pipe this through sed '/^$/d' to remove any newlines before the config starts.