Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laurent22/nbnc
simple null (transparent) bnc
https://github.com/laurent22/nbnc
Last synced: 12 days ago
JSON representation
simple null (transparent) bnc
- Host: GitHub
- URL: https://github.com/laurent22/nbnc
- Owner: laurent22
- License: mit
- Created: 2014-08-02T15:41:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-02T15:43:32.000Z (over 10 years ago)
- Last Synced: 2024-05-02T01:09:16.440Z (6 months ago)
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
nbnc
====a simple null (transparent) bnc
nbnc is simply an IRC-aware TCP proxy, or BNC. It uses IRC-style authentication
(`PASS`) for compatibility with existing IRC clients. It is intended for use
cases where you want to disguise your true host or apply a vanity hostname. I
wrote it for personal use with [IRCCloud], a hosted BNC service with a web
interface.>NAME:
> nbnc - simple null (transparent) bnc
>
>USAGE:
> nbnc [global options] command [command options] [arguments...]
>
>VERSION:
> 0.0.1
>
>COMMANDS:
> help, h Shows a list of commands or help for one command
>
>GLOBAL OPTIONS:
> -l, --laddr '0.0.0.0' Local address to listen on.
> -L, --lport '1337' Local port to listen on.
> -r, --raddr '127.0.0.1' Remote address to connect to.
> -R, --rport '6667' Remote port to connect to.
> -o, --oaddr Outgoing address to connect with.
> -4 Force connection to use IPv4.
> -6 Force connection to use IPv6.
> -p, --pass 'opensesame' Password to authenticate against.
> --help, -h show help
> --version, -v print the version[IRCCloud]: https://irccloud.com