xyanrch / overplus

Yet another proxy server that support trojan protocol and v protocol.
BSD 2-Clause "Simplified" License
175 stars 38 forks source link

core dumped in new release #19

Closed mk990 closed 1 year ago

mk990 commented 1 year ago

./overplus -h terminate called after throwing an instance of 'boost::wrapexcept' what(): -h: cannot open file [1] 1150364 IOT instruction (core dumped) ./overplus -h

xyanrch commented 1 year ago

In version v1.0.4 overplus doesn't support '-h' argument, only supported command is: "./overplus server.json" , ,server.json is your config file path.

I have supported '-h' argument in latest code but didn't release it, you can clone the code and compile it by yourself.