Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
rpcproxy
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
rpcproxy
Commits
b476463a
Commit
b476463a
authored
Nov 18, 2025
by
vicotor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add white list support
parent
963a300b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
docker-compose.yml
docker-compose.yml
+3
-0
whitelist.txt
whitelist.txt
+0
-0
No files found.
docker-compose.yml
View file @
b476463a
...
...
@@ -11,6 +11,7 @@ services:
max-size
:
"
100m"
max-file
:
"
5"
environment
:
-
WHITELIST_FILE=/app/whitelist.txt
-
ETH_RPC_BACKEND=http://172.17.0.1:26658
-
BLACKLIST_CONTRACT_ADDR=0x339F0Ca78A02062fcD1E2f81F9976b32d9552e82
-
MYSQL_DSN=root:fNWYkvHcA6Pr5q0RGa8m@tcp(172.31.45.123:53306)/tidb_block_browser
...
...
@@ -20,5 +21,7 @@ services:
-
"
/usr/bin/rpcproxy"
ports
:
-
"
26661:8545"
volumes
:
-
./whitelist.txt:/app/whitelist.txt
restart
:
unless-stopped
whitelist.txt
0 → 100644
View file @
b476463a
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment