Skip to content

Commit

Permalink
Update gen_config.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
AmberisMyShiba authored Jul 21, 2023
1 parent 0203413 commit c798954
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ local tuic = {
receive_window = tonumber(server.receive_window)
},
["local"] = {
server = "[0.0.0.0]:" .. tonumber(local_port),
server = "0.0.0.0:" .. tonumber(local_port),
--dual_stack = (server.tuic_dual_stack == "1") and true or false,
max_packet_size = server.tuic_max_package_size
}
Expand Down

0 comments on commit c798954

Please sign in to comment.