Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 215 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 215 Bytes

Hosts Editor

Small CLI hosts editor for Windows written in Python

Usage

Add a host:

editor.exe -a [domain] -i [ip]

Remove a host:

editor.exe -rm [domain]

Compilation:

pyinstaller --onefile hosts.py