Enable vici management interface

This commit is contained in:
Lauri Võsandi 2021-06-09 22:36:30 +03:00
parent b3f25a2538
commit c73956f104
2 changed files with 5 additions and 0 deletions

View File

@ -5,4 +5,5 @@ RUN rm /etc/ipsec.conf && ln -s /server-secrets/ipsec.conf /etc/ipsec.conf
RUN rm /etc/ipsec.secrets && ln -s /server-secrets/ipsec.secrets /etc/ipsec.secrets
ADD helpers /helpers
ADD entrypoint.sh /entrypoint.sh
ADD config/vici.conf /etc/strongswan.d/charon/
ENTRYPOINT /entrypoint.sh

4
config/vici.conf Normal file
View File

@ -0,0 +1,4 @@
vici {
load = yes
socket = tcp://127.0.0.1:4502
}