summaryrefslogtreecommitdiff
path: root/README.mdwn
blob: 186b6af542cae2618ff8a91322db2c8c71306676 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Simplec makes your libvirt managed VMs available via local DNS. It writes a
hosts file that can then be parsed by dnsmasq (a lightweight DHCP and caching
DNS server) so that you can query name and addresses of your VMs easily.

It also prints the vm names and IPs to stdout for easy c'n'p.

To build and run do a:

    make && make && ./simplec

If you want to install it as a systemd user service for the current user use:

	make install_user

and to get rid of it again use:

	make uninstall_user