mirror of
https://github.com/MontFerret/ferret.git
synced 2025-01-28 03:56:45 +02:00
Switched from 0.0.0.0 to 127.0.0.1 (#197)
This commit is contained in:
parent
b3611c5713
commit
f5901e2226
2
main.go
2
main.go
@ -55,7 +55,7 @@ var (
|
||||
|
||||
conn = flag.String(
|
||||
"cdp",
|
||||
"http://0.0.0.0:9222",
|
||||
"http://127.0.0.1:9222",
|
||||
"set CDP address",
|
||||
)
|
||||
|
||||
|
@ -24,7 +24,7 @@ type (
|
||||
|
||||
func NewOptions() *Options {
|
||||
return &Options{
|
||||
cdp: "http://0.0.0.0:9222",
|
||||
cdp: "http://127.0.0.1:9222",
|
||||
params: make(map[string]core.Value),
|
||||
logging: &logging.Options{
|
||||
Writer: os.Stdout,
|
||||
|
Loading…
x
Reference in New Issue
Block a user