Skip to content

Commit 5750234

Browse files
bbrowningclaude
andcommitted
Update default BLOCKED_LOG_PATH from squid to paude-proxy naming
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent bd3e1a7 commit 5750234

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/paude-proxy/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func main() {
2323
caDir := envOr("PAUDE_PROXY_CA_DIR", "/data/ca")
2424
allowedDomains := os.Getenv("ALLOWED_DOMAINS")
2525
verbose := os.Getenv("PAUDE_PROXY_VERBOSE") == "1"
26-
blockedLogPath := envOr("BLOCKED_LOG_PATH", "/tmp/squid-blocked.log")
26+
blockedLogPath := envOr("BLOCKED_LOG_PATH", "/tmp/paude-proxy-blocked.log")
2727
otelPortsStr := os.Getenv("ALLOWED_OTEL_PORTS")
2828

2929
// Client IP filtering (optional, for defense-in-depth)

0 commit comments

Comments
 (0)