| Crates.io | veto-blocked |
| lib.rs | veto-blocked |
| version | 0.1.0 |
| created_at | 2025-10-16 15:32:54.551847+00 |
| updated_at | 2025-10-16 15:32:54.551847+00 |
| description | Preconfigured blocklists for the Veto proxy |
| homepage | https://github.com/refcell/veto |
| repository | https://github.com/refcell/veto |
| max_upload_size | |
| id | 1886303 |
| size | 11,387 |
veto-blockedReady-to-use blocklists for the Veto JSON-RPC proxy.
AnvilBlocked] wires Veto in front of an Anvil node and blocks every anvil_* method the node exposes.# use http::Uri;
# use std::net::SocketAddr;
# use veto_blocked::AnvilBlocked;
let bind = SocketAddr::from(([127, 0, 0, 1], 9000));
let upstream: Uri = "http://127.0.0.1:8545".parse()?;
let config = AnvilBlocked::new(bind, upstream).into_config();
# Ok::<_, http::uri::InvalidUriParts>(())
See something missing from a preset? Open an issue so we can keep the proxy secure by default.