├── .gitattributes ├── LICENSE ├── Personal └── Personal_BLF.txt ├── README.md ├── archive └── BLF.txt ├── uBOPa-light.txt ├── uBOPa.txt └── uBOPa_Pihole.txt /.gitattributes: -------------------------------------------------------------------------------- 1 | *.txt linguist-detectable -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nimasaj/uBOPa/HEAD/LICENSE -------------------------------------------------------------------------------- /Personal/Personal_BLF.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nimasaj/uBOPa/HEAD/Personal/Personal_BLF.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nimasaj/uBOPa/HEAD/README.md -------------------------------------------------------------------------------- /archive/BLF.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nimasaj/uBOPa/HEAD/archive/BLF.txt -------------------------------------------------------------------------------- /uBOPa-light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nimasaj/uBOPa/HEAD/uBOPa-light.txt -------------------------------------------------------------------------------- /uBOPa.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nimasaj/uBOPa/HEAD/uBOPa.txt -------------------------------------------------------------------------------- /uBOPa_Pihole.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nimasaj/uBOPa/HEAD/uBOPa_Pihole.txt --------------------------------------------------------------------------------