From 4be7be208328a49c04d8b9ded5980e53a7f1a0f3 Mon Sep 17 00:00:00 2001 From: fancy Date: Wed, 6 May 2020 02:42:44 +0800 Subject: [PATCH] example: rename to keep order --- v2ray_config/{04_policy.json => 03_policy.json} | 0 v2ray_config/{03_routing.json => 04_routing_00.json} | 0 v2ray_config/{05_inbounds_api.json => 05_inbounds_00_api.json} | 0 ...ounds_tproxy_ipv4lo.json => 05_inbounds_01_tproxy_ipv4lo.json} | 0 ...ounds_tproxy_ipv6lo.json => 05_inbounds_02_tproxy_ipv6lo.json} | 0 v2ray_config/{05_inbounds_http.json => 05_inbounds_03_http.json} | 0 .../{05_inbounds_socks5.json => 05_inbounds_04_socks5.json} | 0 ...06_outbounds_blackhole.json => 06_outbounds_00_blackhole.json} | 0 .../{06_outbounds_freedom.json => 06_outbounds_01_freedom.json} | 0 v2ray_config/{06_outbounds_dns.json => 06_outbounds_02_dns.json} | 0 .../{06_outbounds_myproxy.json => 06_outbounds_10_myproxy.json} | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename v2ray_config/{04_policy.json => 03_policy.json} (100%) rename v2ray_config/{03_routing.json => 04_routing_00.json} (100%) rename v2ray_config/{05_inbounds_api.json => 05_inbounds_00_api.json} (100%) rename v2ray_config/{05_inbounds_tproxy_ipv4lo.json => 05_inbounds_01_tproxy_ipv4lo.json} (100%) rename v2ray_config/{05_inbounds_tproxy_ipv6lo.json => 05_inbounds_02_tproxy_ipv6lo.json} (100%) rename v2ray_config/{05_inbounds_http.json => 05_inbounds_03_http.json} (100%) rename v2ray_config/{05_inbounds_socks5.json => 05_inbounds_04_socks5.json} (100%) rename v2ray_config/{06_outbounds_blackhole.json => 06_outbounds_00_blackhole.json} (100%) rename v2ray_config/{06_outbounds_freedom.json => 06_outbounds_01_freedom.json} (100%) rename v2ray_config/{06_outbounds_dns.json => 06_outbounds_02_dns.json} (100%) rename v2ray_config/{06_outbounds_myproxy.json => 06_outbounds_10_myproxy.json} (100%) diff --git a/v2ray_config/04_policy.json b/v2ray_config/03_policy.json similarity index 100% rename from v2ray_config/04_policy.json rename to v2ray_config/03_policy.json diff --git a/v2ray_config/03_routing.json b/v2ray_config/04_routing_00.json similarity index 100% rename from v2ray_config/03_routing.json rename to v2ray_config/04_routing_00.json diff --git a/v2ray_config/05_inbounds_api.json b/v2ray_config/05_inbounds_00_api.json similarity index 100% rename from v2ray_config/05_inbounds_api.json rename to v2ray_config/05_inbounds_00_api.json diff --git a/v2ray_config/05_inbounds_tproxy_ipv4lo.json b/v2ray_config/05_inbounds_01_tproxy_ipv4lo.json similarity index 100% rename from v2ray_config/05_inbounds_tproxy_ipv4lo.json rename to v2ray_config/05_inbounds_01_tproxy_ipv4lo.json diff --git a/v2ray_config/05_inbounds_tproxy_ipv6lo.json b/v2ray_config/05_inbounds_02_tproxy_ipv6lo.json similarity index 100% rename from v2ray_config/05_inbounds_tproxy_ipv6lo.json rename to v2ray_config/05_inbounds_02_tproxy_ipv6lo.json diff --git a/v2ray_config/05_inbounds_http.json b/v2ray_config/05_inbounds_03_http.json similarity index 100% rename from v2ray_config/05_inbounds_http.json rename to v2ray_config/05_inbounds_03_http.json diff --git a/v2ray_config/05_inbounds_socks5.json b/v2ray_config/05_inbounds_04_socks5.json similarity index 100% rename from v2ray_config/05_inbounds_socks5.json rename to v2ray_config/05_inbounds_04_socks5.json diff --git a/v2ray_config/06_outbounds_blackhole.json b/v2ray_config/06_outbounds_00_blackhole.json similarity index 100% rename from v2ray_config/06_outbounds_blackhole.json rename to v2ray_config/06_outbounds_00_blackhole.json diff --git a/v2ray_config/06_outbounds_freedom.json b/v2ray_config/06_outbounds_01_freedom.json similarity index 100% rename from v2ray_config/06_outbounds_freedom.json rename to v2ray_config/06_outbounds_01_freedom.json diff --git a/v2ray_config/06_outbounds_dns.json b/v2ray_config/06_outbounds_02_dns.json similarity index 100% rename from v2ray_config/06_outbounds_dns.json rename to v2ray_config/06_outbounds_02_dns.json diff --git a/v2ray_config/06_outbounds_myproxy.json b/v2ray_config/06_outbounds_10_myproxy.json similarity index 100% rename from v2ray_config/06_outbounds_myproxy.json rename to v2ray_config/06_outbounds_10_myproxy.json