Add Pia Port forwarding option

This commit is contained in:
Greg Pringle
2021-05-15 06:40:49 -06:00
parent 2dbbbc6006
commit 00bce09f7f
9 changed files with 208 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ RUN apt-get update \
&& apt-get install -y software-properties-common \
&& add-apt-repository ppa:qbittorrent-team/qbittorrent-stable \
&& apt-get update \
&& apt-get install -y qbittorrent-nox openvpn curl moreutils net-tools dos2unix kmod iptables ipcalc unrar \
&& apt-get install -y jq traceroute qbittorrent-nox openvpn curl moreutils net-tools dos2unix kmod iptables ipcalc unrar \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
# Add configuration and scripts