Skip to content

Commit

Permalink
Revert "Prefer ipv4 by default." (#3626)
Browse files Browse the repository at this point in the history
  • Loading branch information
toots authored Jan 11, 2024
1 parent e536a57 commit dfb50db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/outputs/icecast2.ml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ let proto frame_t =
("port", Lang.int_t, Some (Lang.int 8000), None);
( "prefer_address",
Lang.nullable_t Lang.string_t,
Some (Lang.string "ipv4"),
Some Lang.null,
Some
"Preferred address type when resolving hostnames. One of: `\"ipv4\"` \
or `\"ipv6\"`. Defaults to system default when `null`." );
Expand Down

0 comments on commit dfb50db

Please sign in to comment.