mirror of
				https://github.com/bspeice/icicle
				synced 2025-10-31 01:20:37 -04:00 
			
		
		
		
	Listen for all hosts, not just localhost
This commit is contained in:
		| @ -82,5 +82,5 @@ fn main() { | |||||||
|         remote: get "/:remote" => remote |         remote: get "/:remote" => remote | ||||||
|     ); |     ); | ||||||
|  |  | ||||||
|     Iron::new(router).http("localhost:3000").unwrap(); |     Iron::new(router).http("0.0.0.0:3000").unwrap(); | ||||||
| } | } | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Bradlee Speice
					Bradlee Speice