Fork of official openwrt 23.05.4 for x86_64 cpu's frame with homeproxy and mihomo pluggins added.
251
ip addr
Replace the enp4s0 with your own network card:
sudo ip link set enp4s0 promisc on
Repalce the value of subnet, gateway and parent:
docker network create -d macvlan --subnet=192.168.31.0/24 --gateway=192.168.31.1 -o parent=enp4s0 oplan
docker run --restart always --name openwrt -d --network oplan --privileged randomsky/openwrt-x86-64:latest
docker exec -it openwrt /bin/sh
vi /etc/config/network
/etc/init.d/network restart
Content type
Image
Digest
sha256:f2a51eb58…
Size
34.5 MB
Last updated
almost 2 years ago
docker pull randomsky/openwrt_x86_64