Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/wohb/singload into main
Browse files Browse the repository at this point in the history
  • Loading branch information
noisleahcim committed Nov 14, 2020
2 parents 8b7000f + 4b35240 commit e498602
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ Simply enter a single node address and singload will route traffic to it using t
Singload avoids complexity by not evaluating the target node's health, not routing HTTPS requests, and routing on port 80 only.

## Installation
-- coming soon --
```shell
wget https://github.com/wohb/singload/releases/latest/download/singload
mv singload /path/of/choice/singload
chmod +x /path/of/choice/singload
```

## Usage
The singload load-balancer listens on port 80, and by default routes requests to '127.0.0.1' to reduce complexity even more
Expand All @@ -20,10 +24,13 @@ singload --address 'some.address.com'
```
Run singload and specify an IP address
```shell
singload --ip '10.10.55.55'
singload --address '10.10.55.55'
```

## Contributing
1. Run `dig +short github.com` and copy the IP
2. Open chrome and paste the IP with the suffix as follows: `addr_you_copied_here/wohb/singload/issues`
3. Create an issue describing why you love system complexity

## Idea by
[Dor Elias](https://www.linkedin.com/in/dor-elias-606b30163/)

0 comments on commit e498602

Please sign in to comment.