Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update skywire dependency for correct dmsg-disc default #289

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

0pcom
Copy link
Collaborator

@0pcom 0pcom commented Oct 4, 2024

$ skywire -v
skywire version v1.3.28

the default dmsg discovery is wrong for the dmsg utilities in the v1.3.28 skywire release

$ skywire dmsg web --help

	┌┬┐┌┬┐┌─┐┌─┐┬ ┬┌─┐┌┐
	 │││││└─┐│ ┬│││├┤ ├┴┐
	─┴┘┴ ┴└─┘└─┘└┴┘└─┘└─┘
DMSG resolving proxy & browser client - access websites and http interfaces over dmsg
.conf file may also be specified with
DMSGWEB=/path/to/dmsgweb.conf skywire dmsg web

 Available Commands:  
  srv          serve http or raw TCP from local port over dmsg

Flags:
  -d, --dmsg-disc string   dmsg discovery url (default "http://dmsgd.skywire.dev")
  -z, --envs               show example .conf file
  -f, --filter string      domain suffix to filter (default ".dmsg")
  -l, --loglvl string      [ debug | warn | error | fatal | panic | trace | info ]
  -p, --port uints         port(s) to serve the web application (default [8080])
  -r, --proxy string       configure additional socks5 proxy for dmsgweb (i.e. 127.0.0.1:1080)
  -t, --resolve strings    resolve the specified dmsg address:port on the local port & disable proxy
  -c, --rt bools           proxy local port as raw TCP (default [false])
  -e, --sess int           number of dmsg servers to connect to (default 1)
  -s, --sk cipher.SecKey   a random key is generated if unspecified
 (default 0000000000000000000000000000000000000000000000000000000000000000)
  -q, --socks uint         port to serve the socks5 proxy (default 4445)
  -v, --version            version for web

this PR simply updates the skywire dependency in go.mod and vendors this change

@0pcom 0pcom merged commit b325fc9 into skycoin:develop Oct 4, 2024
3 checks passed
@0pcom 0pcom deleted the update-dep branch October 19, 2024 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant