Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josephm101/trustedhostseditor
A quick and easy way to modify your system's TrustedHosts list.
https://github.com/josephm101/trustedhostseditor
windows
Last synced: 2 days ago
JSON representation
A quick and easy way to modify your system's TrustedHosts list.
- Host: GitHub
- URL: https://github.com/josephm101/trustedhostseditor
- Owner: JosephM101
- Created: 2021-12-14T20:12:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-20T13:33:07.000Z (about 3 years ago)
- Last Synced: 2024-11-09T15:12:34.203Z (about 2 months ago)
- Topics: windows
- Language: C#
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![.NET](https://github.com/JosephM101/TrustedHostsEditor/actions/workflows/main.yml/badge.svg)](https://github.com/JosephM101/TrustedHostsEditor/actions/workflows/main.yml)
# TrustedHostsEditor
A quick and easy way to modify your system's TrustedHosts list.## How to use
### Add host
Click the Add button in the bottom right corner. In the window that appears, type the hostname (or IP address) of the host you want to add, and click OK. **If the name is invalid, the `OK` button will be disabled.**TIP: You can click the "Test Hostname" button to check if the hostname or IP address you entered exists. If you entered an IP address, this feature will automatically retrieve the hostname.
### Edit hostname entry
Right-click the hostname entry, and click "Edit".### Delete host entry
Click on the entry, then click the "Remove" button in the bottom-right corner.### Save changes
Exit the application. You will be asked if you want to save changes. You can also click in the whitespace of the list box, and click "Update TrustedHosts"## Extra features
- To copy a hostname to the clipboard, select the entry, then press Ctrl + C. You can also right-click on the hostname and click "Copy".