# swos-proxy configuration (systemd EnvironmentFile).
# The binary reads ALL settings from SWOS_PROXY_* variables; the unit's
# ExecStart takes no arguments. Managed by ansible (roles/swos_proxy) in
# production — this skeleton documents the knobs.
#
#SWOS_PROXY_LISTEN=[2001:db8::1]:8443
#SWOS_PROXY_CERT=/etc/swos-proxy/cert.pem
#SWOS_PROXY_KEY=/etc/swos-proxy/key.pem
#SWOS_PROXY_USER=op
#SWOS_PROXY_PASS=CHANGEME
#SWOS_PROXY_ALLOW_CIDR=172.24.0.0/18
#SWOS_PROXY_UPSTREAM_PORT=80
# Pin switch-bound connections to a mgmt-plane source address:
#SWOS_PROXY_UPSTREAM_BIND=172.24.0.1
#SWOS_PROXY_TIMEOUT=10s
