Skip to content

Commit

Permalink
Update x/config/config.go
Browse files Browse the repository at this point in the history
Co-authored-by: Vinicius Fortuna <[email protected]>
  • Loading branch information
jyyi1 and fortuna authored Oct 24, 2023
1 parent f11a1c2 commit a14de64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,6 @@ func NewpacketListener(transportConfig string) (transport.PacketListener, error)
return nil, errors.New("config scheme must be 'ss' for a PacketListener")
}

// todo: support nested dialer, the last part must be "ss://"
// TODO: support nested dialer, the last part must be "ss://"
return newShadowsocksPacketListenerFromURL(url)
}

0 comments on commit a14de64

Please sign in to comment.