├── FOR-USB-or-TF ├── FOR-USB-or-TF.zip ├── FOR-USB-or-TF │ └── media │ │ └── AiDisk_a1 │ │ └── v2ray │ │ ├── cacert.pem │ │ ├── chnroute.txt │ │ ├── config.json │ │ ├── dnsmasq-gwlist │ │ └── gw-mini.hosts │ │ ├── example-config │ │ ├── chnroute-config-ws tls.json │ │ ├── chnroute-tcp.json │ │ ├── gfw-config-ws tls.json │ │ └── gfw-tcp.json │ │ ├── h2y.dat │ │ ├── start.sh │ │ ├── stop.sh │ │ ├── update_chnroute.sh │ │ ├── update_gfwlist.sh │ │ ├── v2ray │ │ └── v2ray-watchdog └── ReadMe.md ├── README.md └── other ├── Clash-TMP └── clash │ ├── Country.mmdb │ ├── README.md │ ├── clash │ ├── config.yaml │ ├── example-config.yaml │ ├── start-whitelist.sh │ ├── stop.sh │ ├── 新建文本文档.txt │ └── 精简类型config.yaml ├── FOR-STORAGE ├── ReadMe.md └── etc │ └── storage │ └── v2ray │ ├── HOW TO USE │ ├── cacert.pem │ ├── config-gfw.json │ ├── config.json │ ├── config1.json │ ├── h2y.dat │ ├── start-gfwlist.sh │ ├── start-whitelist.sh │ ├── stop.sh │ ├── update_chnroute.sh │ ├── update_gfwlist.sh │ └── v2ray ├── FOR-TMP ├── ReadMe.md ├── etc │ └── storage │ │ └── v2ray │ │ ├── config.json │ │ └── gw-mini.hosts └── tmp │ └── v2ray │ ├── HOW TO USE │ ├── cacert.pem │ ├── chnroute.txt │ ├── h2y.dat │ ├── start.sh │ ├── stop.sh │ ├── template-config │ ├── example-chnroute-config.json │ ├── example-gfw-config.json │ ├── templates-chnroute-config-ws tls.json │ └── templates-gfw-config-ws tls.json │ ├── update_chnroute.sh │ ├── update_gfwlist.sh │ ├── v2ray │ └── v2ray-watchdog ├── config例程 ├── etc │ └── storage │ │ └── v2ray │ │ ├── cacert.pem │ │ ├── cn.conf │ │ ├── config-gfw.json │ │ ├── config.json │ │ ├── gw-mini.hosts │ │ ├── h2y.dat │ │ ├── sh-gfwlist.sh │ │ ├── sh-whitelist.sh │ │ └── v2ray └── example-config │ ├── chnroute-config-ws tls.json │ ├── chnroute-tcp.json │ ├── gfw-config-ws tls.json │ └── gfw-tcp.json ├── sub ├── 20200712-300+vmess.txt ├── everylink.txt └── sub.txt ├── trojan.zip ├── v2ray打包进trx固件 ├── ReadMe.md ├── etc │ └── storage │ │ └── v2ray │ │ ├── config.json │ │ ├── example-config │ │ ├── chnroute-config-ws tls.json │ │ ├── chnroute-tcp.json │ │ ├── gfw-config-ws tls.json │ │ └── gfw-tcp.json │ │ ├── gw-mini.hosts │ │ ├── start.sh │ │ └── stop.sh ├── etc_ro │ └── v2ray │ │ ├── cacert.pem │ │ ├── chnroute.txt │ │ ├── h2y.dat │ │ └── v2ray └── modify │ ├── mksquashfs │ ├── modify.sh │ ├── padjffs2 │ └── unsquashfs └── 带Socks5服务端的V2Ray └── config.json /FOR-USB-or-TF/FOR-USB-or-TF.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/FOR-USB-or-TF/FOR-USB-or-TF.zip -------------------------------------------------------------------------------- /FOR-USB-or-TF/FOR-USB-or-TF/media/AiDisk_a1/v2ray/cacert.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/FOR-USB-or-TF/FOR-USB-or-TF/media/AiDisk_a1/v2ray/cacert.pem -------------------------------------------------------------------------------- /FOR-USB-or-TF/FOR-USB-or-TF/media/AiDisk_a1/v2ray/chnroute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/FOR-USB-or-TF/FOR-USB-or-TF/media/AiDisk_a1/v2ray/chnroute.txt -------------------------------------------------------------------------------- /FOR-USB-or-TF/FOR-USB-or-TF/media/AiDisk_a1/v2ray/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/FOR-USB-or-TF/FOR-USB-or-TF/media/AiDisk_a1/v2ray/config.json -------------------------------------------------------------------------------- /FOR-USB-or-TF/FOR-USB-or-TF/media/AiDisk_a1/v2ray/dnsmasq-gwlist/gw-mini.hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/FOR-USB-or-TF/FOR-USB-or-TF/media/AiDisk_a1/v2ray/dnsmasq-gwlist/gw-mini.hosts -------------------------------------------------------------------------------- /FOR-USB-or-TF/FOR-USB-or-TF/media/AiDisk_a1/v2ray/example-config/chnroute-config-ws tls.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/FOR-USB-or-TF/FOR-USB-or-TF/media/AiDisk_a1/v2ray/example-config/chnroute-config-ws tls.json -------------------------------------------------------------------------------- /FOR-USB-or-TF/FOR-USB-or-TF/media/AiDisk_a1/v2ray/example-config/chnroute-tcp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/FOR-USB-or-TF/FOR-USB-or-TF/media/AiDisk_a1/v2ray/example-config/chnroute-tcp.json -------------------------------------------------------------------------------- /FOR-USB-or-TF/FOR-USB-or-TF/media/AiDisk_a1/v2ray/example-config/gfw-config-ws tls.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/FOR-USB-or-TF/FOR-USB-or-TF/media/AiDisk_a1/v2ray/example-config/gfw-config-ws tls.json -------------------------------------------------------------------------------- /FOR-USB-or-TF/FOR-USB-or-TF/media/AiDisk_a1/v2ray/example-config/gfw-tcp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/FOR-USB-or-TF/FOR-USB-or-TF/media/AiDisk_a1/v2ray/example-config/gfw-tcp.json -------------------------------------------------------------------------------- /FOR-USB-or-TF/FOR-USB-or-TF/media/AiDisk_a1/v2ray/h2y.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/FOR-USB-or-TF/FOR-USB-or-TF/media/AiDisk_a1/v2ray/h2y.dat -------------------------------------------------------------------------------- /FOR-USB-or-TF/FOR-USB-or-TF/media/AiDisk_a1/v2ray/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/FOR-USB-or-TF/FOR-USB-or-TF/media/AiDisk_a1/v2ray/start.sh -------------------------------------------------------------------------------- /FOR-USB-or-TF/FOR-USB-or-TF/media/AiDisk_a1/v2ray/stop.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/FOR-USB-or-TF/FOR-USB-or-TF/media/AiDisk_a1/v2ray/stop.sh -------------------------------------------------------------------------------- /FOR-USB-or-TF/FOR-USB-or-TF/media/AiDisk_a1/v2ray/update_chnroute.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/FOR-USB-or-TF/FOR-USB-or-TF/media/AiDisk_a1/v2ray/update_chnroute.sh -------------------------------------------------------------------------------- /FOR-USB-or-TF/FOR-USB-or-TF/media/AiDisk_a1/v2ray/update_gfwlist.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/FOR-USB-or-TF/FOR-USB-or-TF/media/AiDisk_a1/v2ray/update_gfwlist.sh -------------------------------------------------------------------------------- /FOR-USB-or-TF/FOR-USB-or-TF/media/AiDisk_a1/v2ray/v2ray: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/FOR-USB-or-TF/FOR-USB-or-TF/media/AiDisk_a1/v2ray/v2ray -------------------------------------------------------------------------------- /FOR-USB-or-TF/FOR-USB-or-TF/media/AiDisk_a1/v2ray/v2ray-watchdog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/FOR-USB-or-TF/FOR-USB-or-TF/media/AiDisk_a1/v2ray/v2ray-watchdog -------------------------------------------------------------------------------- /FOR-USB-or-TF/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/FOR-USB-or-TF/ReadMe.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/README.md -------------------------------------------------------------------------------- /other/Clash-TMP/clash/Country.mmdb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /other/Clash-TMP/clash/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/Clash-TMP/clash/README.md -------------------------------------------------------------------------------- /other/Clash-TMP/clash/clash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/Clash-TMP/clash/clash -------------------------------------------------------------------------------- /other/Clash-TMP/clash/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/Clash-TMP/clash/config.yaml -------------------------------------------------------------------------------- /other/Clash-TMP/clash/example-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/Clash-TMP/clash/example-config.yaml -------------------------------------------------------------------------------- /other/Clash-TMP/clash/start-whitelist.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/Clash-TMP/clash/start-whitelist.sh -------------------------------------------------------------------------------- /other/Clash-TMP/clash/stop.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/Clash-TMP/clash/stop.sh -------------------------------------------------------------------------------- /other/Clash-TMP/clash/新建文本文档.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /other/Clash-TMP/clash/精简类型config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/Clash-TMP/clash/精简类型config.yaml -------------------------------------------------------------------------------- /other/FOR-STORAGE/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/FOR-STORAGE/ReadMe.md -------------------------------------------------------------------------------- /other/FOR-STORAGE/etc/storage/v2ray/HOW TO USE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/FOR-STORAGE/etc/storage/v2ray/HOW TO USE -------------------------------------------------------------------------------- /other/FOR-STORAGE/etc/storage/v2ray/cacert.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/FOR-STORAGE/etc/storage/v2ray/cacert.pem -------------------------------------------------------------------------------- /other/FOR-STORAGE/etc/storage/v2ray/config-gfw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/FOR-STORAGE/etc/storage/v2ray/config-gfw.json -------------------------------------------------------------------------------- /other/FOR-STORAGE/etc/storage/v2ray/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/FOR-STORAGE/etc/storage/v2ray/config.json -------------------------------------------------------------------------------- /other/FOR-STORAGE/etc/storage/v2ray/config1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/FOR-STORAGE/etc/storage/v2ray/config1.json -------------------------------------------------------------------------------- /other/FOR-STORAGE/etc/storage/v2ray/h2y.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/FOR-STORAGE/etc/storage/v2ray/h2y.dat -------------------------------------------------------------------------------- /other/FOR-STORAGE/etc/storage/v2ray/start-gfwlist.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/FOR-STORAGE/etc/storage/v2ray/start-gfwlist.sh -------------------------------------------------------------------------------- /other/FOR-STORAGE/etc/storage/v2ray/start-whitelist.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/FOR-STORAGE/etc/storage/v2ray/start-whitelist.sh -------------------------------------------------------------------------------- /other/FOR-STORAGE/etc/storage/v2ray/stop.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/FOR-STORAGE/etc/storage/v2ray/stop.sh -------------------------------------------------------------------------------- /other/FOR-STORAGE/etc/storage/v2ray/update_chnroute.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/FOR-STORAGE/etc/storage/v2ray/update_chnroute.sh -------------------------------------------------------------------------------- /other/FOR-STORAGE/etc/storage/v2ray/update_gfwlist.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/FOR-STORAGE/etc/storage/v2ray/update_gfwlist.sh -------------------------------------------------------------------------------- /other/FOR-STORAGE/etc/storage/v2ray/v2ray: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/FOR-STORAGE/etc/storage/v2ray/v2ray -------------------------------------------------------------------------------- /other/FOR-TMP/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/FOR-TMP/ReadMe.md -------------------------------------------------------------------------------- /other/FOR-TMP/etc/storage/v2ray/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/FOR-TMP/etc/storage/v2ray/config.json -------------------------------------------------------------------------------- /other/FOR-TMP/etc/storage/v2ray/gw-mini.hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/FOR-TMP/etc/storage/v2ray/gw-mini.hosts -------------------------------------------------------------------------------- /other/FOR-TMP/tmp/v2ray/HOW TO USE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/FOR-TMP/tmp/v2ray/HOW TO USE -------------------------------------------------------------------------------- /other/FOR-TMP/tmp/v2ray/cacert.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/FOR-TMP/tmp/v2ray/cacert.pem -------------------------------------------------------------------------------- /other/FOR-TMP/tmp/v2ray/chnroute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/FOR-TMP/tmp/v2ray/chnroute.txt -------------------------------------------------------------------------------- /other/FOR-TMP/tmp/v2ray/h2y.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/FOR-TMP/tmp/v2ray/h2y.dat -------------------------------------------------------------------------------- /other/FOR-TMP/tmp/v2ray/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/FOR-TMP/tmp/v2ray/start.sh -------------------------------------------------------------------------------- /other/FOR-TMP/tmp/v2ray/stop.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/FOR-TMP/tmp/v2ray/stop.sh -------------------------------------------------------------------------------- /other/FOR-TMP/tmp/v2ray/template-config/example-chnroute-config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/FOR-TMP/tmp/v2ray/template-config/example-chnroute-config.json -------------------------------------------------------------------------------- /other/FOR-TMP/tmp/v2ray/template-config/example-gfw-config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/FOR-TMP/tmp/v2ray/template-config/example-gfw-config.json -------------------------------------------------------------------------------- /other/FOR-TMP/tmp/v2ray/template-config/templates-chnroute-config-ws tls.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/FOR-TMP/tmp/v2ray/template-config/templates-chnroute-config-ws tls.json -------------------------------------------------------------------------------- /other/FOR-TMP/tmp/v2ray/template-config/templates-gfw-config-ws tls.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/FOR-TMP/tmp/v2ray/template-config/templates-gfw-config-ws tls.json -------------------------------------------------------------------------------- /other/FOR-TMP/tmp/v2ray/update_chnroute.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/FOR-TMP/tmp/v2ray/update_chnroute.sh -------------------------------------------------------------------------------- /other/FOR-TMP/tmp/v2ray/update_gfwlist.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/FOR-TMP/tmp/v2ray/update_gfwlist.sh -------------------------------------------------------------------------------- /other/FOR-TMP/tmp/v2ray/v2ray: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/FOR-TMP/tmp/v2ray/v2ray -------------------------------------------------------------------------------- /other/FOR-TMP/tmp/v2ray/v2ray-watchdog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/FOR-TMP/tmp/v2ray/v2ray-watchdog -------------------------------------------------------------------------------- /other/config例程/etc/storage/v2ray/cacert.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/config例程/etc/storage/v2ray/cacert.pem -------------------------------------------------------------------------------- /other/config例程/etc/storage/v2ray/cn.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/config例程/etc/storage/v2ray/cn.conf -------------------------------------------------------------------------------- /other/config例程/etc/storage/v2ray/config-gfw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/config例程/etc/storage/v2ray/config-gfw.json -------------------------------------------------------------------------------- /other/config例程/etc/storage/v2ray/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/config例程/etc/storage/v2ray/config.json -------------------------------------------------------------------------------- /other/config例程/etc/storage/v2ray/gw-mini.hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/config例程/etc/storage/v2ray/gw-mini.hosts -------------------------------------------------------------------------------- /other/config例程/etc/storage/v2ray/h2y.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/config例程/etc/storage/v2ray/h2y.dat -------------------------------------------------------------------------------- /other/config例程/etc/storage/v2ray/sh-gfwlist.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/config例程/etc/storage/v2ray/sh-gfwlist.sh -------------------------------------------------------------------------------- /other/config例程/etc/storage/v2ray/sh-whitelist.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/config例程/etc/storage/v2ray/sh-whitelist.sh -------------------------------------------------------------------------------- /other/config例程/etc/storage/v2ray/v2ray: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/config例程/etc/storage/v2ray/v2ray -------------------------------------------------------------------------------- /other/config例程/example-config/chnroute-config-ws tls.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/config例程/example-config/chnroute-config-ws tls.json -------------------------------------------------------------------------------- /other/config例程/example-config/chnroute-tcp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/config例程/example-config/chnroute-tcp.json -------------------------------------------------------------------------------- /other/config例程/example-config/gfw-config-ws tls.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/config例程/example-config/gfw-config-ws tls.json -------------------------------------------------------------------------------- /other/config例程/example-config/gfw-tcp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/config例程/example-config/gfw-tcp.json -------------------------------------------------------------------------------- /other/sub/20200712-300+vmess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/sub/20200712-300+vmess.txt -------------------------------------------------------------------------------- /other/sub/everylink.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/sub/everylink.txt -------------------------------------------------------------------------------- /other/sub/sub.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/sub/sub.txt -------------------------------------------------------------------------------- /other/trojan.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/trojan.zip -------------------------------------------------------------------------------- /other/v2ray打包进trx固件/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/v2ray打包进trx固件/ReadMe.md -------------------------------------------------------------------------------- /other/v2ray打包进trx固件/etc/storage/v2ray/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/v2ray打包进trx固件/etc/storage/v2ray/config.json -------------------------------------------------------------------------------- /other/v2ray打包进trx固件/etc/storage/v2ray/example-config/chnroute-config-ws tls.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/v2ray打包进trx固件/etc/storage/v2ray/example-config/chnroute-config-ws tls.json -------------------------------------------------------------------------------- /other/v2ray打包进trx固件/etc/storage/v2ray/example-config/chnroute-tcp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/v2ray打包进trx固件/etc/storage/v2ray/example-config/chnroute-tcp.json -------------------------------------------------------------------------------- /other/v2ray打包进trx固件/etc/storage/v2ray/example-config/gfw-config-ws tls.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/v2ray打包进trx固件/etc/storage/v2ray/example-config/gfw-config-ws tls.json -------------------------------------------------------------------------------- /other/v2ray打包进trx固件/etc/storage/v2ray/example-config/gfw-tcp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/v2ray打包进trx固件/etc/storage/v2ray/example-config/gfw-tcp.json -------------------------------------------------------------------------------- /other/v2ray打包进trx固件/etc/storage/v2ray/gw-mini.hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/v2ray打包进trx固件/etc/storage/v2ray/gw-mini.hosts -------------------------------------------------------------------------------- /other/v2ray打包进trx固件/etc/storage/v2ray/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/v2ray打包进trx固件/etc/storage/v2ray/start.sh -------------------------------------------------------------------------------- /other/v2ray打包进trx固件/etc/storage/v2ray/stop.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/v2ray打包进trx固件/etc/storage/v2ray/stop.sh -------------------------------------------------------------------------------- /other/v2ray打包进trx固件/etc_ro/v2ray/cacert.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/v2ray打包进trx固件/etc_ro/v2ray/cacert.pem -------------------------------------------------------------------------------- /other/v2ray打包进trx固件/etc_ro/v2ray/chnroute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/v2ray打包进trx固件/etc_ro/v2ray/chnroute.txt -------------------------------------------------------------------------------- /other/v2ray打包进trx固件/etc_ro/v2ray/h2y.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/v2ray打包进trx固件/etc_ro/v2ray/h2y.dat -------------------------------------------------------------------------------- /other/v2ray打包进trx固件/etc_ro/v2ray/v2ray: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/v2ray打包进trx固件/etc_ro/v2ray/v2ray -------------------------------------------------------------------------------- /other/v2ray打包进trx固件/modify/mksquashfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/v2ray打包进trx固件/modify/mksquashfs -------------------------------------------------------------------------------- /other/v2ray打包进trx固件/modify/modify.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/v2ray打包进trx固件/modify/modify.sh -------------------------------------------------------------------------------- /other/v2ray打包进trx固件/modify/padjffs2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/v2ray打包进trx固件/modify/padjffs2 -------------------------------------------------------------------------------- /other/v2ray打包进trx固件/modify/unsquashfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/v2ray打包进trx固件/modify/unsquashfs -------------------------------------------------------------------------------- /other/带Socks5服务端的V2Ray/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntgeralt/v2ray-for-padavan/HEAD/other/带Socks5服务端的V2Ray/config.json --------------------------------------------------------------------------------