mirror of
https://github.com/fr33n0w/rProxy
synced 2026-08-12 18:35:41 -04:00
25 lines
698 B
INI
25 lines
698 B
INI
[reticulum]
|
|
# Leave empty to use default Reticulum config (~/.reticulum)
|
|
configdir =
|
|
|
|
[server]
|
|
# Path to persist the node identity across restarts
|
|
identity_path = ./rproxy_server.id
|
|
|
|
# How often to announce on the network (seconds)
|
|
announce_interval = 300
|
|
|
|
# HTTP timeout for outbound requests (seconds)
|
|
request_timeout = 30
|
|
|
|
# Max response body relayed to client (bytes) — default 4 MB
|
|
max_response_size = 4194304
|
|
|
|
# Comma-separated allowed HTTP methods
|
|
allowed_methods = GET,HEAD,POST,PUT,DELETE
|
|
|
|
# Upstream HTTP proxy (optional, e.g. for corporate networks)
|
|
# http_proxy = http://user:pass@proxy:3128
|
|
|
|
# Set to false to skip SSL certificate verification (useful on Windows)
|
|
verify_ssl = false
|