Skip to content

Commit 182e4c3

Browse files
authored
fix: README missing comma
1 parent 31a92a0 commit 182e4c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ Example configuration:
818818
// Outbound socket bind() to this IP (choose a specific interface)
819819
"outbound_bind_addr": "11.22.33.44",
820820
// Outbound UDP socket allows IP fragmentation (default false)
821-
"outbound_udp_allow_fragmentation": false
821+
"outbound_udp_allow_fragmentation": false,
822822

823823
// Balancer customization
824824
"balancer": {

0 commit comments

Comments
 (0)