fix: README missing comma

This commit is contained in:
ty
2025-04-25 18:22:06 +08:00
committed by GitHub
parent 31a92a0524
commit 182e4c38d6

View File

@@ -818,7 +818,7 @@ Example configuration:
// Outbound socket bind() to this IP (choose a specific interface)
"outbound_bind_addr": "11.22.33.44",
// Outbound UDP socket allows IP fragmentation (default false)
"outbound_udp_allow_fragmentation": false
"outbound_udp_allow_fragmentation": false,
// Balancer customization
"balancer": {