We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a65ecf3 commit 16c242bCopy full SHA for 16c242b
1 file changed
src/main.cpp
@@ -271,6 +271,14 @@ int main ( int argc, char** argv )
271
continue;
272
}
273
274
+ // Enable IPv6 ---------------------------------------------------------
275
+ if ( GetFlagArgument ( argv, i, "-6", "--enableipv6" ) )
276
+ {
277
+ qWarning() << "IPv6 is now enabled by default: -6 and --enableipv6 have no effect and are deprecated";
278
+ CommandLineOptions << "--enableipv6";
279
+ continue;
280
+ }
281
+
282
// Server only:
283
284
// Disconnect all clients on quit --------------------------------------
0 commit comments