├── README.md ├── Regions ├── Europe │ ├── MK-81004 │ │ ├── README.md │ │ └── config.txt │ ├── MK_8100550 │ │ ├── README.md │ │ └── config.txt │ ├── MK_8120050 │ │ ├── README.md │ │ └── config.txt │ ├── T-11501H00 │ │ ├── README.md │ │ └── config.txt │ ├── T-15911H50 │ │ ├── README.md │ │ └── config.txt │ ├── T-8119H-50 │ │ ├── README.md │ │ └── config.txt │ └── T-9501H-50 │ │ ├── README.md │ │ └── config.txt ├── Japan │ ├── 610645801 │ │ ├── README.md │ │ └── config.txt │ ├── 610616601-DEMO │ │ ├── README.md │ │ └── config.txt │ ├── 610616602-DEMO │ │ ├── README.md │ │ └── config.txt │ ├── 610616605-DEMO │ │ ├── README.md │ │ └── config.txt │ ├── 610616699-DEMO │ │ └── FLASH_SATURN_SP │ │ │ ├── README.md │ │ │ └── config.txt │ ├── COPY │ │ ├── README.md │ │ └── config.txt │ ├── GS-9001 │ │ ├── README.md │ │ └── config.txt │ ├── GS-9009 │ │ ├── README.md │ │ └── config.txt │ ├── GS-9013 │ │ ├── README.md │ │ └── config.txt │ ├── GS-9026 │ │ ├── README.md │ │ └── config.txt │ ├── GS-9036 │ │ ├── README.md │ │ └── config.txt │ ├── GS-9043 │ │ ├── README.md │ │ └── config.txt │ ├── GS-9062 │ │ ├── README.md │ │ └── config.txt │ ├── GS-9063 │ │ ├── README.md │ │ └── config.txt │ ├── GS-9064 │ │ ├── README.md │ │ └── config.txt │ ├── GS-9084 │ │ ├── README.md │ │ └── config.txt │ ├── GS-9133 │ │ ├── README.md │ │ └── config.txt │ ├── GS-9152 │ │ ├── README.md │ │ └── config.txt │ ├── GS-9194 │ │ ├── README.md │ │ └── config.txt │ ├── GS-9195 │ │ ├── README.md │ │ └── config.txt │ ├── T-10307G │ │ ├── README.md │ │ └── config.txt │ ├── T-10501G │ │ ├── README.md │ │ └── config.txt │ ├── T-1109G │ │ ├── README.md │ │ └── config.txt │ ├── T-1217G │ │ ├── README.md │ │ └── config.txt │ ├── T-1246G │ │ ├── README.md │ │ └── config.txt │ ├── T-1248G │ │ ├── README.md │ │ └── config.txt │ ├── T-1313G │ │ ├── README.md │ │ └── config.txt │ ├── T-13315G │ │ ├── README.md │ │ └── config.txt │ ├── T-13327G │ │ ├── README.md │ │ └── config.txt │ ├── T-14320G │ │ ├── README.md │ │ └── config.txt │ ├── T-14321G │ │ ├── README.md │ │ └── config.txt │ ├── T-14402G │ │ ├── README.md │ │ └── config.txt │ ├── T-14411G │ │ ├── README.md │ │ └── config.txt │ ├── T-14418G │ │ ├── README.md │ │ └── config.txt │ ├── T-15014G │ │ ├── README.md │ │ └── config.txt │ ├── T-1513G │ │ └── README.md │ ├── T-16608G │ │ ├── README.md │ │ └── config.txt │ ├── T-16708G │ │ ├── README.md │ │ └── config.txt │ ├── T-16806G │ │ ├── README.md │ │ └── config.txt │ ├── T-17002G │ │ ├── README.md │ │ └── config.txt │ ├── T-17003G │ │ ├── README.md │ │ └── config.txt │ ├── T-17004G-T │ │ ├── README.md │ │ └── config.txt │ ├── T-17005G │ │ ├── V1.002 │ │ │ ├── README.md │ │ │ └── config.txt │ │ └── V1.004 │ │ │ ├── README.md │ │ │ └── config.txt │ ├── T-17006G │ │ ├── V1.00 │ │ │ ├── README.md │ │ │ └── config.txt │ │ └── V1.01 │ │ │ ├── README.md │ │ │ └── config.txt │ ├── T-18510G │ │ ├── README.md │ │ └── config.txt │ ├── T-18903G │ │ ├── README.md │ │ └── config.txt │ ├── T-19708G │ │ ├── README.md │ │ └── config.txt │ ├── T-19718G │ │ ├── README.md │ │ └── config.txt │ ├── T-20114G │ │ ├── README.md │ │ └── config.txt │ ├── T-20507G │ │ ├── README.md │ │ └── config.txt │ ├── T-20602G │ │ ├── README.md │ │ └── config.txt │ ├── T-20607G │ │ ├── README.md │ │ └── config.txt │ ├── T-23502G │ │ ├── README.md │ │ └── config.txt │ ├── T-2402G │ │ ├── README.md │ │ └── config.txt │ ├── T-24903G │ │ └── README.md │ ├── T-25503G │ │ └── README.md │ ├── T-26101G │ │ ├── README.md │ │ └── config.txt │ ├── T-26102G │ │ ├── README.md │ │ └── config.txt │ ├── T-26414G │ │ ├── README.md │ │ └── config.txt │ ├── T-27302G │ │ ├── README.md │ │ └── config.txt │ ├── T-28001G │ │ ├── README.md │ │ └── config.txt │ ├── T-28201G │ │ ├── README.md │ │ └── config.txt │ ├── T-28902G │ │ ├── README.md │ │ └── config.txt │ ├── T-30306G │ │ ├── README.md │ │ └── config.txt │ ├── T-30801G │ │ ├── README.md │ │ └── config.txt │ ├── T-30802G │ │ ├── README.md │ │ └── config.txt │ ├── T-30803G │ │ ├── README.md │ │ └── config.txt │ ├── T-30804G │ │ ├── README.md │ │ └── config.txt │ ├── T-30805G │ │ ├── README.md │ │ └── config.txt │ ├── T-30806G │ │ ├── README.md │ │ └── config.txt │ ├── T-30807G │ │ ├── README.md │ │ └── config.txt │ ├── T-30808G │ │ ├── README.md │ │ └── config.txt │ ├── T-30809G │ │ ├── README.md │ │ └── config.txt │ ├── T-30811G │ │ ├── README.md │ │ └── config.txt │ ├── T-30813G │ │ ├── README.md │ │ └── config.txt │ ├── T-30814G │ │ ├── README.md │ │ └── config.txt │ ├── T-30815G │ │ ├── README.md │ │ └── config.txt │ ├── T-30816G │ │ ├── README.md │ │ └── config.txt │ ├── T-30817G │ │ ├── README.md │ │ └── config.txt │ ├── T-30818G │ │ ├── README.md │ │ └── config.txt │ ├── T-31505G │ │ ├── README.md │ │ └── config.txt │ ├── T-31601G │ │ ├── README.md │ │ └── config.txt │ ├── T-33003G │ │ ├── README.md │ │ └── config.txt │ ├── T-34101G │ │ ├── README.md │ │ └── config.txt │ ├── T-35502G │ │ ├── README.md │ │ └── config.txt │ ├── T-36001G │ │ ├── README.md │ │ └── config.txt │ ├── T-3602G │ │ ├── README.md │ │ └── config.txt │ ├── T-38601G │ │ ├── README.md │ │ └── config.txt │ ├── T-4503G │ │ ├── README.md │ │ └── config.txt │ ├── T-4505G │ │ ├── README.md │ │ └── config.txt │ ├── T-4804G │ │ ├── README.md │ │ └── config.txt │ ├── T-5710G │ │ ├── README.md │ │ └── config.txt │ ├── T-6006G │ │ ├── README.md │ │ └── config.txt │ ├── T-6603G │ │ ├── README.md │ │ └── config.txt │ ├── T-7103G │ │ ├── README.md │ │ └── config.txt │ ├── T-7605G │ │ ├── README.md │ │ └── config.txt │ ├── T-7643G │ │ ├── README.md │ │ └── config.txt │ ├── T-7657G │ │ ├── README.md │ │ └── config.txt │ ├── T-8118G │ │ ├── README.md │ │ └── config.txt │ ├── T-9501G │ │ ├── V1.001 │ │ │ ├── README.md │ │ │ └── config.txt │ │ └── V1.002 │ │ │ ├── README.md │ │ │ └── config.txt │ └── T-9520G │ │ ├── README.md │ │ └── config.txt └── USA │ ├── GM-81004 │ ├── README.md │ └── config.txt │ ├── MK-81005 │ ├── README.md │ └── config.txt │ ├── MK-81045 │ ├── README.md │ └── config.txt │ ├── MK-81103 │ ├── README.md │ └── config.txt │ ├── MK-81129 │ ├── README.md │ └── config.txt │ ├── MK-81200 │ ├── README.md │ └── config.txt │ ├── MK-81304 │ ├── README.md │ └── config.txt │ ├── MK-81803 │ ├── README.md │ └── config.txt │ ├── T-15909H50 │ ├── README.md │ └── config.txt │ ├── T-16207H │ ├── README.md │ └── config.txt │ ├── T-16406H │ ├── README.md │ └── config.txt │ ├── T-4802H │ ├── README.md │ └── config.txt │ ├── T-4804H │ ├── README.md │ └── config.txt │ ├── T-5029H-50 │ ├── README.md │ └── config.txt │ ├── T-7902H │ ├── README.md │ └── config.txt │ ├── T-7905H │ ├── README.md │ └── config.txt │ ├── T-8137H │ ├── README.md │ └── config.txt │ ├── T-8138H │ ├── README.md │ └── config.txt │ ├── T-8140H │ ├── README.md │ └── config.txt │ └── T-9507H │ ├── README.md │ └── config.txt ├── pt-br.md ├── saroocfg.txt ├── saroocfg ├── en-us.txt └── pt-br.txt └── template.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/README.md -------------------------------------------------------------------------------- /Regions/Europe/MK-81004/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Europe/MK-81004/README.md -------------------------------------------------------------------------------- /Regions/Europe/MK-81004/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Europe/MK-81004/config.txt -------------------------------------------------------------------------------- /Regions/Europe/MK_8100550/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Europe/MK_8100550/README.md -------------------------------------------------------------------------------- /Regions/Europe/MK_8100550/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Europe/MK_8100550/config.txt -------------------------------------------------------------------------------- /Regions/Europe/MK_8120050/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Europe/MK_8120050/README.md -------------------------------------------------------------------------------- /Regions/Europe/MK_8120050/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Europe/MK_8120050/config.txt -------------------------------------------------------------------------------- /Regions/Europe/T-11501H00/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Europe/T-11501H00/README.md -------------------------------------------------------------------------------- /Regions/Europe/T-11501H00/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Europe/T-11501H00/config.txt -------------------------------------------------------------------------------- /Regions/Europe/T-15911H50/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Europe/T-15911H50/README.md -------------------------------------------------------------------------------- /Regions/Europe/T-15911H50/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Europe/T-15911H50/config.txt -------------------------------------------------------------------------------- /Regions/Europe/T-8119H-50/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Europe/T-8119H-50/README.md -------------------------------------------------------------------------------- /Regions/Europe/T-8119H-50/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Europe/T-8119H-50/config.txt -------------------------------------------------------------------------------- /Regions/Europe/T-9501H-50/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Europe/T-9501H-50/README.md -------------------------------------------------------------------------------- /Regions/Europe/T-9501H-50/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Europe/T-9501H-50/config.txt -------------------------------------------------------------------------------- /Regions/Japan/610616601-DEMO/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/610616601-DEMO/README.md -------------------------------------------------------------------------------- /Regions/Japan/610616601-DEMO/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/610616601-DEMO/config.txt -------------------------------------------------------------------------------- /Regions/Japan/610616602-DEMO/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/610616602-DEMO/README.md -------------------------------------------------------------------------------- /Regions/Japan/610616602-DEMO/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/610616602-DEMO/config.txt -------------------------------------------------------------------------------- /Regions/Japan/610616605-DEMO/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/610616605-DEMO/README.md -------------------------------------------------------------------------------- /Regions/Japan/610616605-DEMO/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/610616605-DEMO/config.txt -------------------------------------------------------------------------------- /Regions/Japan/610616699-DEMO/FLASH_SATURN_SP/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/610616699-DEMO/FLASH_SATURN_SP/README.md -------------------------------------------------------------------------------- /Regions/Japan/610616699-DEMO/FLASH_SATURN_SP/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/610616699-DEMO/FLASH_SATURN_SP/config.txt -------------------------------------------------------------------------------- /Regions/Japan/610645801/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/610645801/README.md -------------------------------------------------------------------------------- /Regions/Japan/610645801/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/610645801/config.txt -------------------------------------------------------------------------------- /Regions/Japan/COPY/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/COPY/README.md -------------------------------------------------------------------------------- /Regions/Japan/COPY/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/COPY/config.txt -------------------------------------------------------------------------------- /Regions/Japan/GS-9001/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/GS-9001/README.md -------------------------------------------------------------------------------- /Regions/Japan/GS-9001/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/GS-9001/config.txt -------------------------------------------------------------------------------- /Regions/Japan/GS-9009/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/GS-9009/README.md -------------------------------------------------------------------------------- /Regions/Japan/GS-9009/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/GS-9009/config.txt -------------------------------------------------------------------------------- /Regions/Japan/GS-9013/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/GS-9013/README.md -------------------------------------------------------------------------------- /Regions/Japan/GS-9013/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/GS-9013/config.txt -------------------------------------------------------------------------------- /Regions/Japan/GS-9026/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/GS-9026/README.md -------------------------------------------------------------------------------- /Regions/Japan/GS-9026/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/GS-9026/config.txt -------------------------------------------------------------------------------- /Regions/Japan/GS-9036/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/GS-9036/README.md -------------------------------------------------------------------------------- /Regions/Japan/GS-9036/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/GS-9036/config.txt -------------------------------------------------------------------------------- /Regions/Japan/GS-9043/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/GS-9043/README.md -------------------------------------------------------------------------------- /Regions/Japan/GS-9043/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/GS-9043/config.txt -------------------------------------------------------------------------------- /Regions/Japan/GS-9062/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/GS-9062/README.md -------------------------------------------------------------------------------- /Regions/Japan/GS-9062/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/GS-9062/config.txt -------------------------------------------------------------------------------- /Regions/Japan/GS-9063/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/GS-9063/README.md -------------------------------------------------------------------------------- /Regions/Japan/GS-9063/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/GS-9063/config.txt -------------------------------------------------------------------------------- /Regions/Japan/GS-9064/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/GS-9064/README.md -------------------------------------------------------------------------------- /Regions/Japan/GS-9064/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/GS-9064/config.txt -------------------------------------------------------------------------------- /Regions/Japan/GS-9084/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/GS-9084/README.md -------------------------------------------------------------------------------- /Regions/Japan/GS-9084/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/GS-9084/config.txt -------------------------------------------------------------------------------- /Regions/Japan/GS-9133/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/GS-9133/README.md -------------------------------------------------------------------------------- /Regions/Japan/GS-9133/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/GS-9133/config.txt -------------------------------------------------------------------------------- /Regions/Japan/GS-9152/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/GS-9152/README.md -------------------------------------------------------------------------------- /Regions/Japan/GS-9152/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/GS-9152/config.txt -------------------------------------------------------------------------------- /Regions/Japan/GS-9194/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/GS-9194/README.md -------------------------------------------------------------------------------- /Regions/Japan/GS-9194/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/GS-9194/config.txt -------------------------------------------------------------------------------- /Regions/Japan/GS-9195/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/GS-9195/README.md -------------------------------------------------------------------------------- /Regions/Japan/GS-9195/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/GS-9195/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-10307G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-10307G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-10307G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-10307G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-10501G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-10501G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-10501G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-10501G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-1109G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-1109G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-1109G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-1109G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-1217G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-1217G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-1217G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-1217G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-1246G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-1246G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-1246G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-1246G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-1248G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-1248G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-1248G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-1248G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-1313G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-1313G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-1313G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-1313G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-13315G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-13315G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-13315G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-13315G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-13327G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-13327G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-13327G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-13327G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-14320G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-14320G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-14320G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-14320G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-14321G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-14321G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-14321G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-14321G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-14402G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-14402G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-14402G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-14402G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-14411G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-14411G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-14411G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-14411G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-14418G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-14418G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-14418G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-14418G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-15014G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-15014G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-15014G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-15014G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-1513G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-1513G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-16608G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-16608G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-16608G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-16608G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-16708G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-16708G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-16708G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-16708G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-16806G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-16806G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-16806G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-16806G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-17002G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-17002G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-17002G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-17002G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-17003G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-17003G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-17003G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-17003G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-17004G-T/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-17004G-T/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-17004G-T/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-17004G-T/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-17005G/V1.002/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-17005G/V1.002/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-17005G/V1.002/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-17005G/V1.002/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-17005G/V1.004/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-17005G/V1.004/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-17005G/V1.004/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-17005G/V1.004/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-17006G/V1.00/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-17006G/V1.00/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-17006G/V1.00/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-17006G/V1.00/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-17006G/V1.01/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-17006G/V1.01/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-17006G/V1.01/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-17006G/V1.01/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-18510G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-18510G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-18510G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-18510G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-18903G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-18903G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-18903G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-18903G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-19708G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-19708G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-19708G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-19708G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-19718G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-19718G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-19718G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-19718G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-20114G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-20114G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-20114G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-20114G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-20507G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-20507G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-20507G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-20507G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-20602G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-20602G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-20602G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-20602G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-20607G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-20607G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-20607G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-20607G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-23502G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-23502G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-23502G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-23502G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-2402G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-2402G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-2402G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-2402G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-24903G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-24903G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-25503G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-25503G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-26101G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-26101G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-26101G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-26101G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-26102G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-26102G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-26102G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-26102G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-26414G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-26414G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-26414G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-26414G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-27302G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-27302G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-27302G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-27302G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-28001G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-28001G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-28001G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-28001G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-28201G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-28201G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-28201G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-28201G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-28902G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-28902G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-28902G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-28902G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-30306G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-30306G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-30306G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-30306G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-30801G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-30801G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-30801G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-30801G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-30802G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-30802G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-30802G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-30802G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-30803G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-30803G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-30803G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-30803G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-30804G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-30804G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-30804G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-30804G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-30805G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-30805G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-30805G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-30805G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-30806G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-30806G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-30806G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-30806G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-30807G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-30807G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-30807G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-30807G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-30808G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-30808G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-30808G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-30808G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-30809G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-30809G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-30809G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-30809G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-30811G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-30811G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-30811G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-30811G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-30813G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-30813G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-30813G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-30813G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-30814G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-30814G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-30814G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-30814G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-30815G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-30815G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-30815G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-30815G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-30816G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-30816G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-30816G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-30816G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-30817G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-30817G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-30817G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-30817G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-30818G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-30818G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-30818G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-30818G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-31505G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-31505G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-31505G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-31505G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-31601G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-31601G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-31601G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-31601G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-33003G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-33003G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-33003G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-33003G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-34101G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-34101G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-34101G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-34101G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-35502G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-35502G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-35502G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-35502G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-36001G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-36001G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-36001G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-36001G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-3602G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-3602G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-3602G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-3602G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-38601G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-38601G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-38601G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-38601G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-4503G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-4503G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-4503G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-4503G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-4505G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-4505G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-4505G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-4505G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-4804G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-4804G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-4804G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-4804G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-5710G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-5710G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-5710G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-5710G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-6006G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-6006G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-6006G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-6006G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-6603G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-6603G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-6603G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-6603G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-7103G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-7103G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-7103G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-7103G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-7605G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-7605G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-7605G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-7605G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-7643G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-7643G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-7643G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-7643G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-7657G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-7657G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-7657G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-7657G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-8118G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-8118G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-8118G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-8118G/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-9501G/V1.001/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-9501G/V1.001/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-9501G/V1.001/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-9501G/V1.001/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-9501G/V1.002/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-9501G/V1.002/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-9501G/V1.002/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-9501G/V1.002/config.txt -------------------------------------------------------------------------------- /Regions/Japan/T-9520G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-9520G/README.md -------------------------------------------------------------------------------- /Regions/Japan/T-9520G/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/Japan/T-9520G/config.txt -------------------------------------------------------------------------------- /Regions/USA/GM-81004/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/USA/GM-81004/README.md -------------------------------------------------------------------------------- /Regions/USA/GM-81004/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/USA/GM-81004/config.txt -------------------------------------------------------------------------------- /Regions/USA/MK-81005/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/USA/MK-81005/README.md -------------------------------------------------------------------------------- /Regions/USA/MK-81005/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/USA/MK-81005/config.txt -------------------------------------------------------------------------------- /Regions/USA/MK-81045/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/USA/MK-81045/README.md -------------------------------------------------------------------------------- /Regions/USA/MK-81045/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/USA/MK-81045/config.txt -------------------------------------------------------------------------------- /Regions/USA/MK-81103/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/USA/MK-81103/README.md -------------------------------------------------------------------------------- /Regions/USA/MK-81103/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/USA/MK-81103/config.txt -------------------------------------------------------------------------------- /Regions/USA/MK-81129/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/USA/MK-81129/README.md -------------------------------------------------------------------------------- /Regions/USA/MK-81129/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/USA/MK-81129/config.txt -------------------------------------------------------------------------------- /Regions/USA/MK-81200/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/USA/MK-81200/README.md -------------------------------------------------------------------------------- /Regions/USA/MK-81200/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/USA/MK-81200/config.txt -------------------------------------------------------------------------------- /Regions/USA/MK-81304/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/USA/MK-81304/README.md -------------------------------------------------------------------------------- /Regions/USA/MK-81304/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/USA/MK-81304/config.txt -------------------------------------------------------------------------------- /Regions/USA/MK-81803/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/USA/MK-81803/README.md -------------------------------------------------------------------------------- /Regions/USA/MK-81803/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/USA/MK-81803/config.txt -------------------------------------------------------------------------------- /Regions/USA/T-15909H50/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/USA/T-15909H50/README.md -------------------------------------------------------------------------------- /Regions/USA/T-15909H50/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/USA/T-15909H50/config.txt -------------------------------------------------------------------------------- /Regions/USA/T-16207H/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/USA/T-16207H/README.md -------------------------------------------------------------------------------- /Regions/USA/T-16207H/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/USA/T-16207H/config.txt -------------------------------------------------------------------------------- /Regions/USA/T-16406H/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/USA/T-16406H/README.md -------------------------------------------------------------------------------- /Regions/USA/T-16406H/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/USA/T-16406H/config.txt -------------------------------------------------------------------------------- /Regions/USA/T-4802H/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/USA/T-4802H/README.md -------------------------------------------------------------------------------- /Regions/USA/T-4802H/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/USA/T-4802H/config.txt -------------------------------------------------------------------------------- /Regions/USA/T-4804H/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/USA/T-4804H/README.md -------------------------------------------------------------------------------- /Regions/USA/T-4804H/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/USA/T-4804H/config.txt -------------------------------------------------------------------------------- /Regions/USA/T-5029H-50/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/USA/T-5029H-50/README.md -------------------------------------------------------------------------------- /Regions/USA/T-5029H-50/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/USA/T-5029H-50/config.txt -------------------------------------------------------------------------------- /Regions/USA/T-7902H/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/USA/T-7902H/README.md -------------------------------------------------------------------------------- /Regions/USA/T-7902H/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/USA/T-7902H/config.txt -------------------------------------------------------------------------------- /Regions/USA/T-7905H/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/USA/T-7905H/README.md -------------------------------------------------------------------------------- /Regions/USA/T-7905H/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/USA/T-7905H/config.txt -------------------------------------------------------------------------------- /Regions/USA/T-8137H/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/USA/T-8137H/README.md -------------------------------------------------------------------------------- /Regions/USA/T-8137H/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/USA/T-8137H/config.txt -------------------------------------------------------------------------------- /Regions/USA/T-8138H/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/USA/T-8138H/README.md -------------------------------------------------------------------------------- /Regions/USA/T-8138H/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/USA/T-8138H/config.txt -------------------------------------------------------------------------------- /Regions/USA/T-8140H/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/USA/T-8140H/README.md -------------------------------------------------------------------------------- /Regions/USA/T-8140H/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/USA/T-8140H/config.txt -------------------------------------------------------------------------------- /Regions/USA/T-9507H/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/USA/T-9507H/README.md -------------------------------------------------------------------------------- /Regions/USA/T-9507H/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/Regions/USA/T-9507H/config.txt -------------------------------------------------------------------------------- /pt-br.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/pt-br.md -------------------------------------------------------------------------------- /saroocfg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/saroocfg.txt -------------------------------------------------------------------------------- /saroocfg/en-us.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/saroocfg/en-us.txt -------------------------------------------------------------------------------- /saroocfg/pt-br.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/saroocfg/pt-br.txt -------------------------------------------------------------------------------- /template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamdsw/saroo-configuration-list/HEAD/template.md --------------------------------------------------------------------------------