Skip to content

Commit

Permalink
Update ros_addrlist.go
Browse files Browse the repository at this point in the history
  • Loading branch information
qiudaomao authored Dec 26, 2024
1 parent c4f3153 commit 0da2739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/executable/ros_addrlist/ros_addrlist.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func (p *rosAddrlistPlugin) Close() error {
}

// QuickSetup format: [set_name,{inet|inet6},mask] *2
// e.g. "http://192.168.111.1:8080,admin,061x09bg33,gfwlist,inet,24"
// e.g. "http://192.168.111.1:8080,admin,password,gfwlist,inet,24"
func QuickSetup(_ sequence.BQ, s string) (any, error) {
fs := strings.Fields(s)
if len(fs) > 6 {
Expand Down

0 comments on commit 0da2739

Please sign in to comment.