Skip to content

Commit

Permalink
Merge pull request #27 from RaspAP/fix/wpa-supplicant
Browse files Browse the repository at this point in the history
Add wpa_supplicant.conf to project
  • Loading branch information
billz authored Feb 8, 2024
2 parents 8f4b02e + 29bdedd commit 8e9f65a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ VOLUME [ "/sys/fs/cgroup" ]

RUN curl -sL https://install.raspap.com | bash -s -- --yes --wireguard 1 --openvpn 1 --adblock 1
COPY firewall-rules.sh /home/firewall-rules.sh
COPY wpa_supplicant.conf /etc/wpa_supplicant/
RUN chmod +x /home/firewall-rules.sh
CMD [ "/bin/bash", "-c", "/home/firewall-rules.sh && /lib/systemd/systemd" ]
2 changes: 2 additions & 0 deletions wpa_supplicant.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

0 comments on commit 8e9f65a

Please sign in to comment.