summaryrefslogtreecommitdiff
path: root/proxy.c
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2024-04-03 23:08:17 +0200
committerDirk Engling <erdgeist@erdgeist.org>2024-04-03 23:08:17 +0200
commit959e0912a16678f996a3fb6ca4bceb2efff4b1ce (patch)
treef0d4271491db397d7f200ccb9eac35502c6168bc /proxy.c
parent7c3279a02891a4fa78f5345b745eee4ee5379100 (diff)
Bind dual stack by default
Diffstat (limited to 'proxy.c')
-rw-r--r--proxy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/proxy.c b/proxy.c
index 619b08a..0270073 100644
--- a/proxy.c
+++ b/proxy.c
@@ -558,7 +558,6 @@ int main( int argc, char **argv ) {
558#else 558#else
559 g_tracker_id = random(); 559 g_tracker_id = random();
560#endif 560#endif
561 noipv6=1;
562 561
563 while( scanon ) { 562 while( scanon ) {
564 switch( getopt( argc, argv, ":l:c:L:h" ) ) { 563 switch( getopt( argc, argv, ":l:c:L:h" ) ) {