Turn your Raspberry Pi into simple Wi-Fi hotspot
sudo apt install dnsmasq hostapd iptables
sudo cp -r etc/* /etc/
Also it might be needed to add denyinterfaces wlan0
to /etc/dhcpcd.conf
sudo nano /etc/hostapd/hostapd.conf
You need to run this script after every reboot
./forward.sh
sudo systemctl start hostapd dnsmasq
MIT