Commit 3b5cc8d
fix: remove leftover SQUID_INTERCEPT_PORT references from revert
The intercept mode revert (#541) missed 3 references to
SQUID_INTERCEPT_PORT in docker-manager.ts: the constant definition,
the port mapping on the Squid container, and the env var passed to
the agent container. Squid no longer listens on port 3129, so these
are dead code.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent d2236af commit 3b5cc8d
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
273 | 272 | | |
274 | 273 | | |
275 | 274 | | |
276 | | - | |
| 275 | + | |
277 | 276 | | |
278 | 277 | | |
279 | 278 | | |
| |||
329 | 328 | | |
330 | 329 | | |
331 | 330 | | |
332 | | - | |
333 | 331 | | |
334 | 332 | | |
335 | 333 | | |
| |||
0 commit comments