first fully functional version for vhosts

This commit is contained in:
2016-02-22 11:35:44 -05:00
parent 5c54c53911
commit 31b1b9ba58
6 changed files with 136 additions and 8 deletions

View File

@ -10,6 +10,7 @@ WriteMakefile(
'EXE_FILES' => [ 'bin/add-vhost',
'bin/del-vhost',
'bin/list-vhosts',
'bin/sync-master-vhosts',
],
'AUTHOR' => 'Jorj Bauer <jorj@jorj.org>',
);