Commit 82275b68 authored by s7lx's avatar s7lx

修改最大路由数为200

parent edd9f310
......@@ -44,6 +44,7 @@ RUN buildDeps=" \
&& tar -xf ocserv.tar.xz -C /usr/src/ocserv --strip-components=1 \
&& rm ocserv.tar.xz* \
&& cd /usr/src/ocserv \
&& sed -i '/#define MAX_CONFIG_ENTRIES /{s/64/200/}' src/vpn.h \
&& ./configure --enable-linux-namespaces \
&& make -j"$(nproc)" \
&& make install \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment