Files
haproxy-mcp/conf/wildcards.map
kaffa 4a411202d3 feat: Add pool sharing for domains
Allow multiple domains to share the same backend pool using share_with parameter.
This saves pool slots when domains point to the same servers.

- Add share_with parameter to haproxy_add_domain
- Add helper functions for shared domain management
- Protect shared pools from being cleared on domain removal
- Update documentation with pool sharing examples

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 00:34:22 +09:00

11 lines
288 B
Plaintext

# Wildcard Domain to Backend mapping (for map_dom)
# Format: .domain.com backend_name (matches *.domain.com)
# Uses map_dom for suffix matching
.actions.it.com pool_3
.anvil.it.com pool_9
.bench.inouter.com pool_5
.mcp.inouter.com pool_2
.nas.inouter.com pool_1
.ssh.inouter.com pool_11