Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bahirul/ipositif-php
Internet Positif Domain List Generator
https://github.com/bahirul/ipositif-php
blacklist pihole
Last synced: 3 months ago
JSON representation
Internet Positif Domain List Generator
- Host: GitHub
- URL: https://github.com/bahirul/ipositif-php
- Owner: bahirul
- License: bsd-3-clause
- Archived: true
- Created: 2016-12-21T09:07:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-30T15:26:26.000Z (over 4 years ago)
- Last Synced: 2024-09-23T12:28:04.892Z (3 months ago)
- Topics: blacklist, pihole
- Language: PHP
- Homepage:
- Size: 2.62 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
IPOSITIF
=======Internet postif domain list generator.
Web untuk generate domain blacklist atau whitelist.
Implementasi untuk [pi-hole](https://pi-hole.net/) dan bind9.### Stuktur Direktori ###
-------------------
base/ contains base and init class
commands/ contains console commands
config/ contains application configurations
controllers/ contains Web controller classes
data/ contains generated data
public/ contains the entry script and Web resources
vendor/ contains dependent 3rd-party packages
views/ contains view files for the Web application### Fitur ###
- Validasi domain otomatis
- Blacklist dan Whitelist dari Kominfo Server
- Bind RPZ Format (Upcoming)### Instalasi ###
Via composer :
1. install : `composer create-project bahirul/ipositif:"dev-master"`
2. composer update
3. Setup web server
4. Setup cronManual via git :
1. git clone https://github.com/bahirul/ipositif.git
2. composer update
3. Setup web server
4. Setup cron### Konfigurasi apache 2.4 ###
ServerName ipositif.domain
DocumentRoot "/var/www/html/ipositif/public"
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php
Require all granted
### Konfigurasi cron ###
path-applikasi : root folder ipositif (contoh: /var/www/html/ipositif)
update cron kominfo list dieksekusi setiap hari senin jam 10 pagi.
0 10 * * mon php /ipositif kominfo:fetch blacklist
0 10 * * mon php /ipositif kominfo:fetch whitelist
### Url Download list ###1. kominfo blacklist : http://ipositif.domain/kominfo/blacklist
2. kominfo whitelist : http://ipositif.domain/kominfo/whitelist### Screenshot ###
![ipositif](http://i.imgur.com/kbovf3C.png)
### License ###
**ipositif** is released under the BSD 3-Clause License. See the bundled `LICENSE.md` for details.