PHP记事本
https://firmware-selector.openwrt.org/?version=23.05.5&target=x86%2F64&id=generic https://firmware-selector.immortalwrt.org/ 网页构建 官方openwrt构建: https://firmware-selector.openwrt.org ImmortalWrt构建: https://firmware-selector.immortalwrt.org 软件包名称查询: https://mirror-03.infra.openwrt.org/releases/ 软件包功能查询: https://openwrt.org/packages/table/start Image Builder构建脚本下载: https://github.com/qichiyuhub/OpenWrt-Builder 根据自己需求编辑脚本,建议只添加必要的,其他的安装后软件商店安装即可。 cf0.yumili.tk/03ba8723-f0e1-4c20-a96b-b62ae839b938 # Beware! This script will be in /rom/etc/uci-defaults/ as part of the image. # Uncomment lines to apply: # wlan_name="ASUS" wlan_password="18611496096" # root_password="wz850220" lan_ip_address="192.168.50.1" # pppoe_username="031603016217@adsl1" pppoe_password="123456" # log potential errors exec >/tmp/setup.log 2>&1 if [ -n "$root_password" ]; then (echo "$root_password"; sleep 1; echo "$root_password") | passwd > /dev/null fi # Configure LAN # More options: https://openwrt.org/docs/guide-user/base-system/basic-networking if [ -n "$lan_ip_address" ]; then uci set network.lan.ipaddr="$lan_ip_address" uci commit network fi # Configure WLAN # More options: https://openwrt.org/docs/guide-user/network/wifi/basic#wi-fi_interfaces if [ -n "$wlan_name" -a -n "$wlan_password" -a ${#wlan_password} -ge 8 ]; then uci set wireless.@wifi-device[0].disabled='0' uci set wireless.@wifi-iface[0].disabled='0' uci set wireless.@wifi-iface[0].encryption='psk2' uci set wireless.@wifi-iface[0].ssid="$wlan_name" uci set wireless.@wifi-iface[0].key="$wlan_password" uci commit wireless fi # Configure PPPoE # More options: https://openwrt.org/docs/guide-user/network/wan/wan_interface_protocols#protocol_pppoe_ppp_over_ethernet if [ -n "$pppoe_username" -a "$pppoe_password" ]; then uci set network.wan.proto=pppoe uci set network.wan.username="$pppoe_username" uci set network.wan.password="$pppoe_password" uci commit network fi echo "All done!" # Beware! This script will be in /rom/etc/uci-defaults/ as part of the image. # Uncomment lines to apply: # wlan_name="ASUS" wlan_password="18611496096" # root_password="wz850220" lan_ip_address="192.168.50.1" # pppoe_username="ip156228152539" pppoe_password="152539" # log potential errors exec >/tmp/setup.log 2>&1 if [ -n "$root_password" ]; then (echo "$root_password"; sleep 1; echo "$root_password") | passwd > /dev/null fi # Configure LAN # More options: https://openwrt.org/docs/guide-user/base-system/basic-networking if [ -n "$lan_ip_address" ]; then uci set network.lan.ipaddr="$lan_ip_address" uci commit network fi # Configure WLAN # More options: https://openwrt.org/docs/guide-user/network/wifi/basic#wi-fi_interfaces if [ -n "$wlan_name" -a -n "$wlan_password" -a ${#wlan_password} -ge 8 ]; then uci set wireless.@wifi-device[0].disabled='0' uci set wireless.@wifi-iface[0].disabled='0' uci set wireless.@wifi-iface[0].encryption='psk2' uci set wireless.@wifi-iface[0].ssid="$wlan_name" uci set wireless.@wifi-iface[0].key="$wlan_password" uci commit wireless fi # Configure PPPoE # More options: https://openwrt.org/docs/guide-user/network/wan/wan_interface_protocols#protocol_pppoe_ppp_over_ethernet if [ -n "$pppoe_username" -a "$pppoe_password" ]; then uci set network.wan.proto=pppoe uci set network.wan.username="$pppoe_username" uci set network.wan.password="$pppoe_password" uci commit network fi echo "All done!" # Beware! This script will be in /rom/etc/uci-defaults/ as part of the image. # Uncomment lines to apply: # wlan_name="home" wlan_password="wangyan9802137" # root_password="wz850220" lan_ip_address="192.168.199.1" # pppoe_username="031603016217@adsl1" pppoe_password="123456" # log potential errors exec >/tmp/setup.log 2>&1 if [ -n "$root_password" ]; then (echo "$root_password"; sleep 1; echo "$root_password") | passwd > /dev/null fi # Configure LAN # More options: https://openwrt.org/docs/guide-user/base-system/basic-networking if [ -n "$lan_ip_address" ]; then uci set network.lan.ipaddr="$lan_ip_address" uci commit network fi # Configure WLAN # More options: https://openwrt.org/docs/guide-user/network/wifi/basic#wi-fi_interfaces if [ -n "$wlan_name" -a -n "$wlan_password" -a ${#wlan_password} -ge 8 ]; then uci set wireless.@wifi-device[0].disabled='0' uci set wireless.@wifi-iface[0].disabled='0' uci set wireless.@wifi-iface[0].encryption='psk2' uci set wireless.@wifi-iface[0].ssid="$wlan_name" uci set wireless.@wifi-iface[0].key="$wlan_password" uci commit wireless fi # Configure PPPoE # More options: https://openwrt.org/docs/guide-user/network/wan/wan_interface_protocols#protocol_pppoe_ppp_over_ethernet if [ -n "$pppoe_username" -a "$pppoe_password" ]; then uci set network.wan.proto=pppoe uci set network.wan.username="$pppoe_username" uci set network.wan.password="$pppoe_password" uci commit network fi echo "All done!" https://mirror.nju.edu.cn/immortalwrt/releases/21.02.7/packages/mipsel_24kc/packages/ src/gz openwrt_core https://mirror.nju.edu.cn/immortalwrt/releases/21.02.7/packages/mipsel_24kc/packages src/gz openwrt_base https://mirrors.cloud.tencent.com/lede/snapshots/packages/mipsel_24kc/base src/gz openwrt_luci https://mirror.nju.edu.cn/immortalwrt/releases/21.02.7/packages/mipsel_24kc/ src/gz openwrt_packages https://mirror.nju.edu.cn/immortalwrt/releases/21.02.7/packages/mipsel_24kc/ src/gz openwrt_passwall https://mirror.nju.edu.cn/immortalwrt/releases/21.02.7/packages/mipsel_24kc/ src/gz openwrt_routing https://mirror.nju.edu.cn/immortalwrt/releases/21.02.7/packages/mipsel_24kc/ src/gz openwrt_telephony https://mirror.nju.edu.cn/immortalwrt/releases/21.02.7/packages/mipsel_24kc/ luci-app-ddns-go luci-app-frpc luci-app-passwall2 luci-app-unblockneteasemusic luci-app-easymesh luci-app-eqos luci-app-samba4 luci-app-lucky luci-app-sqm luci-app-openclash luci-app-passwall luci-app-ddns-go luci-app-diskman luci-app-eqos luci-app-filemanager luci-app-frpc luci-app-homeproxy luci-app-qos luci-app-samba4 luci-app-unblockneteasemusic luci-i18n-passwall-zh-cn luci-i18n-ddns-go-zh-cn luci-i18n-diskman-zh-cn luci-i18n-eqos-zh-cn luci-i18n-filemanager-zh-cn luci-i18n-frpc-zh-cn luci-i18n-homeproxy-zh-cn luci-i18n-samba4-zh-cn https://downloads.immortalwrt.org/releases/packages-24.10/x86_64/luci/ luci-i18n-argon-config-zh-cn luci-app-argon-config luci-theme-bootstrap luci-app-attendedsysupgrade luci-i18n-attendedsysupgrade-zh-cn luci-app-openclash luci-app-passwall luci-app-ddns-go luci-app-diskman luci-app-eqos luci-app-filemanager luci-app-frpc luci-app-homeproxy luci-app-qos luci-app-samba4 luci-app-unblockneteasemusic luci-i18n-passwall-zh-cn luci-i18n-ddns-go-zh-cn luci-i18n-diskman-zh-cn luci-i18n-eqos-zh-cn luci-i18n-filemanager-zh-cn luci-i18n-frpc-zh-cn luci-i18n-homeproxy-zh-cn luci-i18n-samba4-zh-cn luci-app-xfrpc luci-i18n-xfrpc-zh-cn autocore automount base-files block-mount ca-bundle default-settings-chn dnsmasq-full dropbear fdisk firewall4 fstools grub2-bios-setup i915-firmware-dmc kmod-8139cp kmod-8139too kmod-button-hotplug kmod-e1000e kmod-fs-f2fs kmod-i40e kmod-igb kmod-igbvf kmod-igc kmod-ixgbe kmod-ixgbevf kmod-nf-nathelper kmod-nf-nathelper-extra kmod-nft-offload kmod-pcnet32 kmod-r8101 kmod-r8125 kmod-r8126 kmod-r8168 kmod-tulip kmod-usb-hid kmod-usb-net kmod-usb-net-asix kmod-usb-net-asix-ax88179 kmod-usb-net-rtl8150 kmod-usb-net-rtl8152-vendor kmod-vmxnet3 libc libgcc libustream-openssl logd luci-app-package-manager luci-compat luci-lib-base luci-lib-ipkg luci-light mkf2fs mtd netifd nftables odhcp6c odhcpd-ipv6only opkg partx-utils ppp ppp-mod-pppoe procd-ujail uci uclient-fetch urandom-seed urngd kmod-amazon-ena kmod-amd-xgbe kmod-bnx2 kmod-e1000 kmod-dwmac-intel kmod-forcedeth kmod-fs-vfat kmod-tg3 kmod-drm-i915 luci-i18n-argon-config-zh-cn luci-app-argon-config luci-theme-bootstrap luci-app-attendedsysupgrade luci-i18n-attendedsysupgrade-zh-cn luci-app-openclash luci-app-passwall luci-app-ddns-go luci-app-diskman luci-app-eqos luci-app-filemanager luci-app-frpc luci-app-homeproxy luci-app-qos luci-app-samba4 luci-app-unblockneteasemusic luci-i18n-passwall-zh-cn luci-i18n-ddns-go-zh-cn luci-i18n-diskman-zh-cn luci-i18n-eqos-zh-cn luci-i18n-filemanager-zh-cn luci-i18n-frpc-zh-cn luci-i18n-homeproxy-zh-cn luci-i18n-samba4-zh-cn luci-app-xfrpc luci-i18n-xfrpc-zh-cn autocore automount base-files block-mount ca-bundle default-settings-chn dnsmasq-full dropbear fdisk firewall4 fstools grub2-bios-setup i915-firmware-dmc kmod-8139cp kmod-8139too kmod-button-hotplug kmod-e1000e kmod-fs-f2fs kmod-i40e kmod-igb kmod-igbvf kmod-igc kmod-ixgbe kmod-ixgbevf kmod-nf-nathelper kmod-nf-nathelper-extra kmod-nft-offload kmod-pcnet32 kmod-r8101 kmod-r8125 kmod-r8126 kmod-r8168 kmod-tulip kmod-usb-hid kmod-usb-net kmod-usb-net-asix kmod-usb-net-asix-ax88179 kmod-usb-net-rtl8150 kmod-usb-net-rtl8152-vendor kmod-vmxnet3 libc libgcc libustream-openssl logd luci-app-package-manager luci-compat luci-lib-base luci-lib-ipkg luci-light mkf2fs mtd netifd nftables odhcp6c odhcpd-ipv6only opkg partx-utils ppp ppp-mod-pppoe procd-ujail uci uclient-fetch urandom-seed urngd kmod-amazon-ena kmod-amd-xgbe kmod-bnx2 kmod-e1000 kmod-dwmac-intel kmod-forcedeth kmod-fs-vfat kmod-tg3 kmod-drm-i915 luci-app-frpc luci-app-homeproxy luci-app-openclash luci-app-passwall luci-app-samba4 luci-app-v2raya luci-app-wechatpush luci-app-advanced-reboot luci-app-attendedsysupgrade luci-app-ddns-go luci-app-diskman luci-app-filemanager luci-app-firewall luci-theme-bootstrap luci-theme-argon luci-app-upnp luci-i18n-upnp-zh-cn luci-i18n-samba4-zh-cn luci-i18n-filemanager-zh-cn luci-i18n-firewall-zh-cn luci-i18n-ddns-go-zh-cn luci-i18n-attendedsysupgrade-zh-cn l
保存
文件列表
.htaccess
编辑
查看原始
下载
.user.ini
编辑
查看原始
下载
1.php
编辑
查看原始
下载
1323
编辑
查看原始
下载
404.html
编辑
查看原始
下载
JSYH.txt
编辑
查看原始
下载
adfasd
编辑
查看原始
下载
api.php
编辑
查看原始
下载
bpb0.cf.090227.xyz.txt
编辑
查看原始
下载
changyong.txt
编辑
查看原始
下载
docker.txt
编辑
查看原始
下载
erwewer
编辑
查看原始
下载
ghproxy.txt
编辑
查看原始
下载
hy2.txt
编辑
查看原始
下载
instance-20241225-0851.key.txt
编辑
查看原始
下载
instance-20241225-0852.key.txt
编辑
查看原始
下载
jis.txt
编辑
查看原始
下载
jsyh.txt
编辑
查看原始
下载
openwrt编译网站.txt
编辑
查看原始
下载
qrer
编辑
查看原始
下载
r4tqret----serv00账户信息.txt
编辑
查看原始
下载
serv00部署vmess保活.txt
编辑
查看原始
下载
txt.php
编辑
查看原始
下载
v2ray.txt
编辑
查看原始
下载
yxip.txt
编辑
查看原始
下载
两个节点网站.txt
编辑
查看原始
下载
优选ip地址.txt
编辑
查看原始
下载
常用.txt
编辑
查看原始
下载
影视数据源.txt
编辑
查看原始
下载
歌单.txt
编辑
查看原始
下载
激活.txt
编辑
查看原始
下载
订阅地址.txt
编辑
查看原始
下载