I never use 0.0.0.0 without a port

This commit is contained in:
Cade Scroggins 2016-04-22 12:46:54 -05:00
parent 83b9975ab4
commit 06c6326447

View file

@ -173,7 +173,7 @@
{ key: 's', name: 'SoundCloud', url: 'https://soundcloud.com', search: '/search?q=' },
{ key: 't', name: 'Twitter', url: 'https://twitter.com', search: '/search?q=' },
{ key: 'y', name: 'YouTube', url: 'https://www.youtube.com', search: '/results?search_query=' },
{ key: '0', name: '0.0.0.0', url: 'http://0.0.0.0'},
{ key: '3', name: '0.0.0.0:3000', url: 'http://0.0.0.0:3000'},
{ key: '9', name: '0.0.0.0:9000', url: 'http://0.0.0.0:9000'},
]
});