1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-08-08 22:27:53 +02:00

ocserv: no-route=192.168/16

This commit is contained in:
kev
2016-06-29 17:24:13 +08:00
parent 8471ca5f8c
commit 30485449c3
2 changed files with 10 additions and 3 deletions

View File

@ -61,7 +61,7 @@ RUN set -xe \
-e 's@^try-mtu-discovery = false$@try-mtu-discovery = true@' \
-e 's@^dns =.*$@dns = 8.8.8.8@' \
-e 's@^route@#&@' \
-e 's@^no-route@#&@' \
-e 's@^no-route =.*$@no-route = 192.168.0.0/255.255.0.0@' \
/etc/ocserv/ocserv.conf \
&& cd .. \
&& apt-get purge --auto-remove -y autogen \