Skip to content

Commit

Permalink
Refactor reverse proxy configuration to include additional static lib…
Browse files Browse the repository at this point in the history
…raries
  • Loading branch information
arloor committed Oct 22, 2024
1 parent b479d65 commit 1090d56
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions rust_http_proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,12 @@ pnet = { version = "0.35", optional = true }
default = ["ring"]
jemalloc = ["jemallocator"]
bpf = ["socket_filter", "cgroup_traffic"]
bpf_vendored = ["bpf", "socket_filter/vendored"]
bpf_static = ["bpf", "socket_filter/static", "libbpf-sys/vendored-libbpf"]
bpf_vendored = ["bpf", "libbpf-sys/vendored"]
bpf_static = [
"bpf",
"libbpf-sys/static-zlib",
"libbpf-sys/static-libelf",
"libbpf-sys/vendored-libbpf",
]
aws_lc_rs = ["tokio-rustls/aws-lc-rs", "hyper-rustls/aws-lc-rs"]
ring = ["tokio-rustls/ring", "hyper-rustls/ring"]

0 comments on commit 1090d56

Please sign in to comment.