https://community.bigbeartechworld.com/t/setting-up-openwrt-on-a-virtual-machine-with-proxmox/257
https://images.linuxcontainers.org/images/openwrt/23.05/amd64/default/20231123_11:57/rootfs.tar.xz
https://community.bigbeartechworld.com/t/setting-up-openwrt-on-a-virtual-machine-with-proxmox/257
https://images.linuxcontainers.org/images/openwrt/23.05/amd64/default/20231123_11:57/rootfs.tar.xz
| cat << EOF > /usr/local/etc/v2ray/config.json | |
| { | |
| "log": { | |
| "loglevel": "warning" | |
| }, | |
| "policy": { | |
| "levels": { | |
| "0": { | |
| "handshake": 5, | |
| "connIdle": 300, |
| { | |
| "dns": { | |
| "servers": [ | |
| "https+local://1.1.1.1/dns-query", | |
| "8.8.8.8", | |
| "8.8.4.4", | |
| "1.1.1.1", | |
| "1.0.0.1", | |
| "4.2.2.4", | |
| "localhost" |
| events { | |
| worker_connections 500; | |
| # multi_accept on; | |
| } | |
| http { | |
| map $http_upgrade $connection_upgrade { | |
| default upgrade; | |
| '' close; |