3rd-Eden / useragent

Useragent parser for Node.js, ported from browserscope.org
MIT License
899 stars 135 forks source link

how to update regex database on production servers? #149

Open vipreshjha opened 4 years ago

vipreshjha commented 4 years ago

Also if my production machines are not allowed to make calls over internet, how will the regex database be updated? Is there option to update the regex db locally and include the latest in production?