Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Switchhosts | 19,967 | 2 months ago | 347 | apache-2.0 | TypeScript | |||||
Switch hosts quickly! | ||||||||||
Mininet | 4,824 | 11 days ago | 345 | bsd-3-clause | Python | |||||
Emulator for rapid prototyping of Software Defined Networks | ||||||||||
Environmentswitcher | 422 | 8 months ago | 3 | November 21, 2021 | 9 | mit | Java | |||
🔥No repackage, switch environment with one click.(无需重新打包,一键切换环境 ) | ||||||||||
Host Switch Plus | 251 | 4 years ago | 17 | JavaScript | ||||||
Change the hosts rules in Chrome. It's easy, and effect immediately. | ||||||||||
P4 Utils | 120 | 8 months ago | 13 | gpl-2.0 | Python | |||||
Extension to Mininet that makes P4 networks easier to build | ||||||||||
Mininet | 108 | 4 | 3 | 4 years ago | 15 | October 07, 2019 | 1 | mit | JavaScript | |
Spin up and interact with virtual networks using Mininet and Node.js | ||||||||||
Fitb | 98 | 7 years ago | 5 | mit | PHP | |||||
FITB is a tool that automatically polls every port on a list of switches you give it. Simple configuration, precise polling, easy searching and automatic discovery of both new ports and ports that go offline are the goals of FITB. | ||||||||||
Switch | 97 | 3 years ago | 18 | C | ||||||
Consolidated switch repo (API, SAI and Nettlink) | ||||||||||
Hostsdock | 94 | 5 years ago | 3 | mit | JavaScript | |||||
:tada: Store, manage and switch your hosts quickly. | ||||||||||
Oftest | 79 | a year ago | 32 | other | Python | |||||
OpenFlow Switch Test Framework |
Homepage: https://switchhosts.vercel.app
SwitchHosts is an App for managing hosts file, it is based on Electron , React, Jotai , Chakra UI, CodeMirror, etc.
You can download the source code and build it yourself, or download the built version from following links:
You can also install the built version using the package manager Chocolatey:
choco install switchhosts
SwitchHosts stores data at ~/.SwitchHosts
(Or folder .SwitchHosts
under the current user's home
path on Windows), the ~/.SwitchHosts/data
folder contains data, while the ~/.SwitchHosts/config
folder contains various configuration information.
./
, run npm install
to install dependented librariesnpm run dev
to start the development servernpm run start
to start the app for developing or debuging./
foldernpm run build
npm run make
, if everything goes well, the packaged files will be in the ./dist
folder.~/.electron
. You can check the Electron Docs for more infomation.# build
npm run build
# make
npm run make # the packed files will be in ./dist
SwitchHosts is a free and open source software, it is released under the Apache License.