Add MEV hostnames to tunnel helper

This commit is contained in:
defiQUG
2026-04-12 19:02:51 -07:00
parent 075a9c8a3c
commit 614d045842
2 changed files with 26 additions and 1 deletions

View File

@@ -58,6 +58,14 @@ bash scripts/cloudflare/set-mev-defi-oracle-dns.sh
Optional: `MEV_DEFI_ORACLE_EDGE_MODE=tunnel|public_ip|auto`, `MEV_DEFI_ORACLE_PUBLIC_IP=…`.
If `MEV_DEFI_ORACLE_EDGE_MODE=auto` selects the VMID 2400 tunnel but the tunnel is not manageable in the current Cloudflare account, fall back to the public NPMplus edge explicitly:
```bash
MEV_DEFI_ORACLE_EDGE_MODE=public_ip bash scripts/cloudflare/set-mev-defi-oracle-dns.sh
```
If you intentionally carry **MEV** traffic on the same Cloudflare tunnel stack as RPC / `info`, run `scripts/update-vmid2400-tunnel-config.sh` so the tunnel ingress includes `mev.defi-oracle.io` and `www.mev.defi-oracle.io`.
## Configuration reference
| Variable | Default (see `config/ip-addresses.conf`) | Purpose |