Gold88 / fire-hostadmin

Automatically exported from code.google.com/p/fire-hostadmin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hosts file presets

GoogleCodeExporter opened this issue · comments

It will be great to add presets of hostfile changes.

Presets should include multiple hostnames/ip address combinations. The current 
interface is not effective in such situations. As the user should find each 
individual hostname and switch it to the correct ip address.

This can be useful switching between different environments (staging, 
production, etc), where each environment requires more than one hosts file 
change

Original issue reported on code.google.com by Nik.Pet...@gmail.com on 7 Aug 2013 at 1:54

menu would show you items  Project1 and Project2, and you can switch entire 
hosts in a group
if your host like below

#==== Project 1
#127.0.0.1       localhost1
127.0.0.1       localhost2
127.0.0.1       localhost3
#====

#==== Project 2
#127.0.0.1       localhost1
#127.0.0.1       localhost2
#127.0.0.1       localhost3
#====

Original comment by farmer1...@gmail.com on 7 Aug 2013 at 5:46

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect
Wow, great. Excuse my ignorance since I did not look into Docs first!

Original comment by Nik.Pet...@gmail.com on 7 Aug 2013 at 5:49

Original comment by farmer1...@gmail.com on 7 Aug 2013 at 5:49

  • Changed state: Invalid