https://github.com/technetos/flair
A nameservice for hosts
https://github.com/technetos/flair
Last synced: 7 months ago
JSON representation
A nameservice for hosts
- Host: GitHub
- URL: https://github.com/technetos/flair
- Owner: technetos
- Created: 2022-07-21T21:25:26.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-19T23:51:26.000Z (over 3 years ago)
- Last Synced: 2024-12-29T05:44:02.283Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flair - A name service for hosts
# Dependencies
You need a few deps..
```sh
git clone https://github.com/technetos/rustserve.git
git clone https://github.com/technetos/rustserve-platform.git
```
# Usage
```sh
cd flair
cargo r --release -- -server_addr=localhost:3053
```