Changeset 130 in code for trunk


Ignore:
Timestamp:
Jul 14, 2020, 9:28:16 PM (5 years ago)
Author:
asciimoo
Message:

[fix] cleanup rebase

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/morty.go

    r129 r130  
    10421042        cfg.RequestTimeout = *flag.Uint("timeout", cfg.RequestTimeout, "Request timeout")
    10431043        version := flag.Bool("version", false, "Show version")
    1044         requestTimeout := flag.Uint("timeout", 2, "Request timeout")
    10451044        socks5 := flag.String("socks5", "", "SOCKS5 proxy")
    10461045        flag.Parse()
     
    10491048                fmt.Println(VERSION)
    10501049                return
    1051         }
    1052 
    1053         if *ipv6 {
    1054                 CLIENT.DialDualStack = true
    10551050        }
    10561051
Note: See TracChangeset for help on using the changeset viewer.