纯ipv6 vps 套cf wrap拥有ipv4的访问能力
感谢Cloudflare的免费服务,大家合理使用 安装wireguardapt install wireguard-tools 安装wgfc# 安装 wgcfcurl -fsSL git.io/wgcf.sh | sudo bash# 注册wgcf register# 生成配置wgcf generate 配置和启动 修改配置文件 [Interface]PrivateKey = MKAskClhM858SHhlrCHG0HRgWaEIhLslJYuxOV9Ct30=Address = 自动生成Address = 自动生成DNS = 2001:4860:4860::8888,2001:4860:4860::8844,8.8.8.8,8.8.4.4MTU = 1280#ipv4#PostUp = ip -4 rule add from 本地ipv4 lookup main#PostDown = ip -4 rule delete from 本地ipv4 lookup mainPostUp = ip -6 rule add from 本地ipv6 lookup...
32M内存ipv6运行v2ray套cf cdn
环境 alpine 3.16 V2ray 安装 #安装apk add v2ray#开机启动rc-update add v2ray#启动rc-service v2ray 配置/etc/v2ray/config.json { "inbounds": [ { "port": 80, "listen":"::", "protocol": "vmess", "settings": { "clients": [ { "id": "#自己生成uuid", "alterId": 0 } ] }, ...
手动搭建vmess+ws+tls(V2ray+Caddy)
V2Ray 安装 bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh) 配置/usr/local/etc/v2ray/config.json { "inbounds": [ { "port": 10000, "listen":"127.0.0.1", "protocol": "vmess", "settings": { "clients": [ { "id": "#自己生成uuid", "alterId": 0 }...
拯救被墙ip-vmess+ws+tls套cf+cdn
一键安装脚本 V2Ray_ws-tls_bash_onekey 注册cloudflare 域名配置dns 控制面板DNS配置域名A解析 控制面板SSL/TLS设置为Full(strict) 免费域名注册 Freenom 遇到的问题 Git: Failed sending HTTP2 data solution sudo apt reinstall libcurl3-gnutls/buster
树莓派 ALL in ONE
更新 本文已经停止维护,请跳转最新地址 Maktub_Wiki/服务搭建 环境 Raspberry Pi OS Lite 配置开机自启动 auto.sh文件 #开启混杂模式ip link set eth0 promisc on#docker macvlan互通ip link add macvlan_br link eth0 type macvlan mode bridgeip addr add 192.168.3.5 dev macvlan_brip link set macvlan_br upip link set macvlan_br promisc onip route add 192.168.3.9 dev macvlan_br#zerotier转发iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADEiptables -A FORWARD -i eth0 -o ztr2qvners -m state --state RELATED,ESTABLISHED -j ACCEPTiptables -A FORWARD...
PVE-OSX-KVM黑苹果
环境 Proxmox 7 制作引导文件下载库git clone https://github.com/kholia/OSX-KVM.git 下载并转换 OSX-KVM#下载./fetch-macOS-v2.py#转换qemu-img convert BaseSystem.dmg -O raw BaseSystem.img#迁移mv BaseSystem.img /var/lib/vz/template/iso/ 提取opencore /OSX-KVM/OpenCore#解压7z x OpenCore.qcow2#迁移mv primary.img /var/lib/vz/template/iso/ 设置虚拟机(Intel)args: -device isa-applesmc,osk="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" -smbios type=2 -device usb-kbd,bus=ehci.0,port=2 -cpu...
PVE-黑群晖安装
环境 Proxmox 7 dsm7.1 编译引导文件注册github,fork项目https://github.com/tossp/redpill-tool-chain 修改配置 获取SataPortMap和DiskIdxMap # 下载地址# https://github.com/pocopico/tinycore-redpill# 获取./rploader.sh satamap now sample_user_config.json # "DiskIdxMap": "0100",第一个sata控制器的磁盘编号01,02,03,04,第二个sata控制器的磁盘编号00# "SataPortMap": "41",两个sata控制器,分别可以叉4个硬盘和1个硬盘{ "extra_cmdline": { "pid": "0x0001", "vid":...
PVE-LXC-Plex服务安装
环境 Proxmox 7 Plex Server PVE安装创建CT配置 /etc/pve/lxc/103.conf arch: amd64cores: 4hostname: Plexmemory: 4096ostype: debianrootfs: local:103/vm-103-disk-0.raw,size=4Gswap: 0lxc.net.0.type: physlxc.net.0.link: enp12s0f0lxc.net.0.flags: uplxc.net.0.name: eth0 配置系统设置静态ip /etc/network/interfacesauto loiface lo inet loopbackauto eth0iface eth0 inet staticaddress 192.168.3.4netmask 255.255.255.0gateway 192.168.3.1 安装依赖apt install gnupg gnupg2 gnupg1 curl 安装Plexecho deb...
PVE-HomeAssistant安装配置
环境 Proxmox 7 HomeAssistant 8 配置IOMMU分组#编辑 /etc/default/grub#AMD用户修改为GRUB_CMDLINE_LINUX_DEFAULT="quiet amd_iommu=on pcie_acs_override=downstream,multifunction"update-grub#编辑 /etc/modules#修改为vfiovfio_iommu_type1vfio_pcivfio_virqfd#最后重启reboot PVE安装创建虚拟机配置系统->BIOS->OVMF(UEFI) 导入磁盘文件qm importdisk 102 haos_generic-x86-64-8.0.rc3.img local 使用磁盘双击磁盘->sata选项->启动引导->sata0 修改配置文件 /etc/pve/qemu-server/102.conf bios: ovmfboot: order=sata0cores: 2cpu: hosthostpci0:...
PVE-LXC-Openwrt系统搭建与配置
环境 Proxmox 7 Openwrt 21.02.3 PVE安装Openwrt开启udp转发echo 'xt_TPROXY' > /etc/modules-load.d/tproxy.conf 新建LXCpct create 101 \ local:vztmpl/openwrt-21.02.3-x86-64-rootfs.tar.gz \ --rootfs local-lvm:2 \ --ostype unmanaged \ --hostname OpenWrt \ --arch amd64 \ --cores 4 \ --memory 2048 \ --swap 0 修改配置文件 /etc/pve/lxc/101.confarch: amd64cores: 4hookscript: local:snippets/openwrt.plhostname: OpenWrtmemory: 2048ostype: unmanagedrootfs: local:101/vm-101-disk-0.raw,size=2Gswap:...