文件名称:pi-router:用于生成自定义Raspberry Pi OS映像的工具,该映像将RPi板转换为安全路由器
文件大小:55KB
文件格式:ZIP
更新时间:2024-04-10 01:16:52
raspberry-pi dnsmasq dnscrypt-proxy nftables rpi-board
Pi路由器 Pi-router是用于生成自定义Raspberry Pi OS映像的工具,该映像可将RPi (在RPi 4上测试)板转换为安全路由器(严格来说是访问点)。 Pi-router源自 ,基于版本。 Pi-router使用和。 TL; DR 从获取二进制包并解压缩。 $ unzip image_2021-03-08-pirouter.zip 将图像转储到SD卡上。 $ sudo dd if=2021-03-08-pirouter.img of=/dev/mmcblk0 bs=4M status=progress conv=fdatasync 将卡插入RPi板的sd卡插槽中,启动,然后就可以了。登录密码为Ra5pb3rry 。 在/etc/hostapd/hostapd.conf将两个字母的国家/地区代码从fi更改为您的国家/etc/hostapd/hostapd.conf
【文件预览】:
pi-router-master
----Dockerfile(486B)
----stage0()
--------01-locale()
--------prerun.sh(133B)
--------00-configure-apt()
--------files()
--------02-firmware()
----LICENSE(1KB)
----stage1()
--------01-sys-tweaks()
--------prerun.sh(68B)
--------03-install-packages()
--------00-boot-files()
--------02-net-tweaks()
----scripts()
--------remove-comments.sed(284B)
--------common(2KB)
----README.md(11KB)
----stage2()
--------01-sys-tweaks()
--------05-copy-license()
--------EXPORT_IMAGE(84B)
--------prerun.sh(76B)
--------04-manage-services()
--------00-copies-and-fills()
--------02-net-tweaks()
--------03-set-timezone()
----build-docker.sh(3KB)
----build.sh(7KB)
----router-config(20B)
----export-image()
--------00-allow-rerun()
--------prerun.sh(3KB)
--------03-set-partuuid()
--------04-finalise()
--------01-set-sources()
--------02-network()