refactor: use list presence instead of *_enabled flags, simplify UI texts/placeholders, remove mixed inbound tag

This commit is contained in:
Andrey Petelin
2025-10-10 16:45:28 +05:00
committed by divocat
parent 9be0eb3e57
commit ba69e3eacc
3 changed files with 145 additions and 209 deletions

View File

@@ -38,9 +38,7 @@ SB_TPROXY_INBOUND_PORT=1602
SB_DNS_INBOUND_TAG="dns-in"
SB_DNS_INBOUND_ADDRESS="127.0.0.42"
SB_DNS_INBOUND_PORT=53
SB_MIXED_INBOUND_TAG="mixed-in"
SB_MIXED_INBOUND_ADDRESS="0.0.0.0" # TODO(ampetelin): maybe to determine address?
SB_MIXED_INBOUND_PORT=2080
SB_SERVICE_MIXED_INBOUND_TAG="service-mixed-in"
SB_SERVICE_MIXED_INBOUND_ADDRESS="127.0.0.1"
SB_SERVICE_MIXED_INBOUND_PORT=4534