Module: Masquito
- Defined in:
- lib/masquito.rb,
lib/masquito/dns.rb,
lib/masquito/install.rb,
lib/masquito/version.rb,
lib/masquito/settings.rb
Defined Under Namespace
Modules: Install Classes: DNS, Settings
Constant Summary collapse
- CONFIG_PATH =
File.join(ENV['HOME'], '.masquito')
- GEM_PATH =
File.('../../../', __FILE__)
- TEMPLATE_PLIST_PATH =
File.join(GEM_PATH, 'config', 'com.evrone.masquito.plist.erb')
- PLIST_NAME =
File.basename(TEMPLATE_PLIST_PATH, '.erb')
- SERVICE_NAME =
File.basename(PLIST_NAME, '.plist')
- RESOLVER_TEMPLATE_PATH =
File.join(GEM_PATH, 'config', 'masquito.erb')
- RESOLVER_PATH =
'/etc/resolver/masquito'- VERSION =
'1.0.1'