Skip to content

Commit

Permalink
make format
Browse files Browse the repository at this point in the history
  • Loading branch information
0pcom committed Jun 14, 2024
1 parent 278dc5a commit f5bb5e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/dmsgweb/commands/dmsgweb.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ dmsgweb conf file detected: ` + dmsgwebconffile
}
if rawUDP {
log.Fatalf("handling raw udp not yet implemented")
// proxyUDPConn()
// proxyUDPConn()
}
if !rawTCP && !rawUDP {
proxyHTTPConn()
Expand Down
2 changes: 1 addition & 1 deletion cmd/dmsgweb/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (

var (
httpC http.Client
dmsgC *dmsg.Client
dmsgC *dmsg.Client
dmsgDisc string
dmsgSessions int
dmsgAddr []string
Expand Down

0 comments on commit f5bb5e1

Please sign in to comment.