You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
3 years ago | |
---|---|---|
src | 3 years ago | |
torsocks | 3 years ago | |
util | 3 years ago | |
.gitignore | 3 years ago | |
Cargo.lock | 3 years ago | |
Cargo.toml | 3 years ago | |
README.md | 3 years ago | |
config.example.toml | 3 years ago | |
docker-compose.yaml | 3 years ago |
README.md
bones
Simple IRC bot written in Rust as a learning exercise. Uses the irc crate.
Notes
docker build -t torsocks torsocks
docker run --name torsocks --rm -d -p 9050:9050 torsocks
mkdir -p certs
openssl req -nodes -newkey rsa:2048 -keyout certs/lza_rustbot.pem -x509 -days 3650 -out certs/lza_rustbot.crt -subj "/CN=lza_rustbot"
openssl x509 -sha1 -noout -fingerprint -in certs/lza_rustbot.crt | sed -e 's/^.*=//;s/://g'
docker-compose up -d