Update Dockerfile.tinc, tinc/lixonet/tinc.conf.tmpl files
This commit is contained in:
parent
b46d8df379
commit
9c9e0c954f
@ -6,4 +6,4 @@ RUN apk add tinc
|
||||
EXPOSE 9993/tcp 655/udp
|
||||
VOLUME /etc/tinc
|
||||
|
||||
CMD [ "sh", "-c", "/usr/sbin/tincd --net=$NETNAME --no-detach --debug=3" ]
|
||||
CMD [ "sh", "-c", "/usr/sbin/tincd --net=$NETNAME --no-detach --user nobody --debug=3" ]
|
||||
|
@ -9,7 +9,7 @@
|
||||
Name = ${name}
|
||||
|
||||
# Do not change these. Lixonet runs over port 9993 by standard.
|
||||
BindToInterface = ${wan_interface}
|
||||
BindToAddress = ${listen_address}
|
||||
Port = 9994
|
||||
|
||||
# Device is named "lixonet" by Tinc and visible directly in host kernel
|
||||
|
Loading…
x
Reference in New Issue
Block a user