fix: recognize host.docker.internal as localhost in Docker deployments (#744)

* fix: recognize host.docker.internal as localhost in Docker deployments

* chore: remove tunnel-auth test file
This commit is contained in:
Iuliia Ivashko
2026-03-23 01:12:29 +02:00
committed by GitHub
parent 64b55025e1
commit b3905e7e93
2 changed files with 100 additions and 3 deletions
@@ -56,3 +56,4 @@ This module provides OpenCode server integration utilities for the web server ru
- All file writes include automatic backup before modification.
- Config merging follows priority: custom > project > user.
- UI auth uses scrypt for password hashing with constant-time comparison.
- Tunnel auth treats `host.docker.internal` as local-only when the socket remote IP is private/loopback.