Skip to content

Commit

Permalink
add ipv6
Browse files Browse the repository at this point in the history
  • Loading branch information
j1m-ryan committed Sep 9, 2024
1 parent a7618ac commit 5238930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/configs/version2/template_helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func makeTransportListener(s StreamServer) string {
if !s.DisableIPV6 {
directives += spacing
directives += buildListenDirective(listen{
ipAddress: "",
ipAddress: s.IPv6,
port: port,
tls: s.SSL.Enabled,
proxyProtocol: false,
Expand Down

0 comments on commit 5238930

Please sign in to comment.