rufflabs / hosts

Python script to manage the hosts file and easily add and remove entries. Created to make CTF's easier when adding and removing hosts file entries.
1 stars 1 forks source link

Add multiple hostnames per IP #2

Open rufflabs opened 1 year ago

rufflabs commented 1 year ago

Update to support adding of multiple hostnames, such as hosts add bob.local 10.10.10.1 10.10.10.2

Friedjof commented 2 months ago

I believe you meant hosts add 10.10.10.1 bob.local alice.local, right?