[GH-ISSUE #289] is http --bind-listen deprecated in 7.7? #206

Closed
opened 2026-02-27 23:15:57 +03:00 by kerem · 1 comment
Owner

Originally created by @awatuna on GitHub (Jun 27, 2019).
Original GitHub issue: https://github.com/snail007/goproxy/issues/289

Expected Behavior

in 7.6 it works, outbound connections use ipv4 ip, otherwise it defaults to ipv6 ip on dual stack machines

Current Behavior

in 7.7 it fails with
err : unknown long flag '--bind-listen'

Possible Solution

Steps to Reproduce

  1. run this command line
    proxy http --local=0.0.0.0:8080 --bind-listen --local-type=tcp

Context (Environment)

  1. proxy version is : v7.7
  2. full command is : proxy http --local=0.0.0.0:8080 --bind-listen --local-type=tcp
  3. system is : centos 7 with latest updates and reboot
  4. full log is: err : unknown long flag '--bind-listen'

Detailed Description

Possible Implementation

Originally created by @awatuna on GitHub (Jun 27, 2019). Original GitHub issue: https://github.com/snail007/goproxy/issues/289 <!--- Provide a general summary of the issue in the Title above --> ## Expected Behavior in 7.6 it works, outbound connections use ipv4 ip, otherwise it defaults to ipv6 ip on dual stack machines ## Current Behavior in 7.7 it fails with err : unknown long flag '--bind-listen' ## Possible Solution <!--- Not obligatory, but suggest a fix/reason for the bug, --> ## Steps to Reproduce <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug. Include code to reproduce, if relevant --> 1. run this command line proxy http --local=0.0.0.0:8080 --bind-listen --local-type=tcp ## Context (Environment) <!--- How has this issue affected you? What are you trying to accomplish? --> <!--- Providing context helps us come up with a solution that is most useful in the real world --> 1. proxy version is : v7.7 1. full command is : proxy http --local=0.0.0.0:8080 --bind-listen --local-type=tcp 1. system is : centos 7 with latest updates and reboot 1. full log is: err : unknown long flag '--bind-listen' <!--- Provide a general summary of the issue in the Title above --> ## Detailed Description <!--- Provide a detailed description of the change or addition you are proposing --> ## Possible Implementation <!--- Not obligatory, but suggest an idea for implementing addition or change -->
kerem closed this issue 2026-02-27 23:15:57 +03:00
Author
Owner

@snail007 commented on GitHub (Jun 27, 2019):

https://snail007.github.io/goproxy/free_vs_commercial/

<!-- gh-comment-id:506335824 --> @snail007 commented on GitHub (Jun 27, 2019): https://snail007.github.io/goproxy/free_vs_commercial/
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/goproxy#206
No description provided.