https://github.com/delthas/irc-redirect
A simple IRC load balancer / request router that redirects clients to upstream IRC servers
https://github.com/delthas/irc-redirect
irc irc-server ircv3
Last synced: about 1 month ago
JSON representation
A simple IRC load balancer / request router that redirects clients to upstream IRC servers
- Host: GitHub
- URL: https://github.com/delthas/irc-redirect
- Owner: delthas
- License: isc
- Created: 2022-09-01T09:12:42.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-02T13:39:14.000Z (almost 4 years ago)
- Last Synced: 2025-01-11T02:48:21.368Z (over 1 year ago)
- Topics: irc, irc-server, ircv3
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# irc-redirect
A simple IRC load balancer / request router that redirects clients to upstream IRC servers.
The redirection is done at the application level (with RPL_BOUNCE), distributing load using a round-robin algorithm.
## Usage
```shell
irc-redirect -upstream upstream1.example.com -upstream upstream2.example.com
```
See `irc-redirect -help` for details.
## License
MIT