No description
It used to rebuild all of the dependencies of the crate, because I
embed the hash in the program, and when commiting there is a new hash.
("revision" or "hash", it is just the git hash)
Now it only rebuilds the final crate, so there is caching again. :)
|
||
|---|---|---|
| src | ||
| .envrc | ||
| .gitignore | ||
| .ignore | ||
| build.rs | ||
| Cargo.lock | ||
| Cargo.toml | ||
| deny.toml | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
| taplo.toml | ||
Env variables:
- BIND_ADDR(default: 0.0.0.0:25565): the address the server should bind to
- FILTER_CONN(default: '(addr == "10.100.0.1")'): the filter appplied with evalexpr The "context" has the addr variable populated with the address of part of the handshake packet. Custom filter can be specified, and drop any connections which match the filter.