kseo / jsonrpc-filter

A proxy server that allows the only subsets of the RPCs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jsonrpc-filter Build Status License: AGPL v3

This is a proxy server that allows the only subsets of the RPCs.

Usage

USAGE:
    jsonrpc-filter [OPTIONS]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
        --allowed-list <allowed_list>    The path of the file. [default: allowed.txt]
        --bind <bind>                    The binding address [default: 0.0.0.0]
        --forward <forward>              The uri to forward the JSONRPC requests [default: http://127.0.0.1:8080]
        --port <port>                    The binding port

allowed.txt

This file is a collection of the allowed RPCs. Each line should have precisely one RPC name without any trailing characters.

About

A proxy server that allows the only subsets of the RPCs

License:GNU Affero General Public License v3.0


Languages

Language:Rust 88.3%Language:Python 6.8%Language:Shell 5.0%