hippocampus: wireguard-container: fix iptables raw
This commit is contained in:
@@ -1,5 +1,17 @@
|
|||||||
FROM alpine:3.16
|
FROM alpine:3.16
|
||||||
RUN apk add --no-cache bash wireguard-tools jq curl git ncurses
|
RUN apk add --no-cache bash jq curl git ncurses \
|
||||||
|
bc \
|
||||||
|
coredns \
|
||||||
|
grep \
|
||||||
|
iproute2 \
|
||||||
|
iptables \
|
||||||
|
ip6tables \
|
||||||
|
iputils \
|
||||||
|
kmod \
|
||||||
|
net-tools \
|
||||||
|
nftables \
|
||||||
|
openresolv \
|
||||||
|
wireguard-tools
|
||||||
RUN git clone https://github.com/pia-foss/manual-connections /manual-connections
|
RUN git clone https://github.com/pia-foss/manual-connections /manual-connections
|
||||||
WORKDIR /manual-connections
|
WORKDIR /manual-connections
|
||||||
CMD bash -c "/manual-connections/run_setup.sh && watch -n 60 curl ip.me"
|
CMD bash -c "/manual-connections/run_setup.sh && watch -n 1800 curl ip.me"
|
||||||
|
|||||||
Reference in New Issue
Block a user