refactor: squash commits

This commit is contained in:
dec0dOS 2021-03-21 22:25:13 +03:00
commit 1e6e237aa3
107 changed files with 20077 additions and 0 deletions

View file

@ -0,0 +1,9 @@
FROM alpine:latest
RUN apk add --no-cache zerotier-one
RUN echo "{\"settings\": {\"portMappingEnabled\": true,\"softwareUpdate\": \"disable\",\"allowManagementFrom\": [\"0.0.0.0/0\"]}}" > /var/lib/zerotier-one/local.conf
EXPOSE 9993/tcp
EXPOSE 9993/udp
ENTRYPOINT ["zerotier-one"]