You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requesting gost to start binding with the address "0.0.0.0:0" returns "127.0.0.1", but starts listening on "::1", but if I ask for "127.0.0.1:0" it works.
Version of gost:
$ ./gost -V
gost 3.0.0 (go1.23.3 linux/amd64)
Command to start gost:
$ ./gost -L "socks5://127.0.0.1:1084?bind=true"
Here is a screenshot of the request:
And the response:
As shown also in the response screenshot, which port was opened.
The text was updated successfully, but these errors were encountered:
Requesting
gost
to start binding with the address "0.0.0.0:0" returns "127.0.0.1", but starts listening on "::1", but if I ask for "127.0.0.1:0" it works.Version of
gost
:Command to start
gost
:Here is a screenshot of the request:
And the response:
As shown also in the response screenshot, which port was opened.
The text was updated successfully, but these errors were encountered: