nurdism / neko

A self hosted virtual browser (rabb.it clone) that runs in docker.
Apache License 2.0
2.03k stars 185 forks source link

Error in epr config #43

Closed m1k1o closed 4 years ago

m1k1o commented 4 years ago

Condition was incorrect, i suppose it shoud check if there are two elemnts in array, not if first element is at least 2 characters long.

Also, i suppose the epr config values are supplied in base10. Here it expects base16. Even though in docs is not much about it written, there is exaple with 59000-59100 values. So it must be base10.

Really great project, took me hours to get ports changed and then I found this!

nurdism commented 4 years ago

lgtm