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; |
/ip firewall address-list | |
add address=telegram.me comment=telegram.me list=ToVPN | |
add address=192.168.1.0/24 comment=Local list=Local | |
add address=192.168.100.0/24 comment=Local list=Local | |
add address=149.154.160.0/22 comment=telegram.me list=ToVPN | |
add address=149.154.164.0/22 comment=telegram.me list=ToVPN | |
add address=91.108.4.0/22 comment=telegram.me list=ToVPN | |
add address=91.108.56.0/22 comment=telegram.me list=ToVPN | |
add address=91.108.8.0/22 comment=telegram.me list=ToVPN | |
add address=95.161.64.0/20 comment=telegram.me list=ToVPN |
# jun/13/2022 00:26:09 by RouterOS 6.49.6 | |
/ip firewall address-list | |
add address=1.1.1.1 list=DNS | |
add address=8.8.8.8 list=DNS | |
add address=192.168.3.0/24 comment="Local " list=local | |
add address=youtube.com disabled=yes list=ToVPN | |
add address=www.youtube.com disabled=yes list=ToVPN | |
add address=epicgames.com comment=epicgames.com list=ToVPN | |
add address=77.153.128.46 list=ToVPN | |
add address=199.223.232.0/24 list=ToVPN |