Skip to content

Laputa0/archrouter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

archrouter

A router based on Archlinux.

dhcp server: kea

  • 安装
    pacman -S kea
  • 配置文件目录: /etc/kea/

dns server: AdguardHome(暂定)

next: bind(maybe)

  • 安装
    git clone https://aur.archlinux.org/adguardhome.git
    cd adguardhome
    makepkg -si
  • 配置文件目录: /var/lib/adguardhome/

firewall: nftables

  • 安装
    pacman -S nftables
  • 配置文件: /etc/nftables.conf

tftp server: tftp-hap

  • 安装
    pacman -S tftp-hap
  • 配置文件: /etc/conf.d/tftpd

transprant proxy: xray, sing-box

  • 安装
    # archlinux
    git clone https://aur.archlinux.org/xray.git
    cd xray
    makepkg -si
    
    # debian
    dpkg -i sing-box_xxx_arm64.deb
  • 配置文件目录: /etc/xray

network manager: systemd-networkd

ipv6 send RA: radvd

ntp server: 未定

About

A router based on Archlinux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages