mirror of
				https://github.com/MontFerret/ferret.git
				synced 2025-10-30 23:37:40 +02:00 
			
		
		
		
	Switched from 0.0.0.0 to 127.0.0.1 (#197)
This commit is contained in:
		
							
								
								
									
										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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user