Skip to content

Commit

Permalink
edit: dns-lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
sekedus committed Dec 15, 2023
1 parent d4945a3 commit 6c76259
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# bebasid-whitelist

<a href="https://github.com/sekedus/bebasid-whitelist/blob/main/hosts.txt"><img src="https://img.shields.io/github/size/sekedus/bebasid-whitelist/hosts.txt?label=ukuran" alt="Ukuran rilis"></a> <a href="https://github.com/bebasid/bebasid/blob/master/releases/hosts"><img src="https://badgen.net/badge/github/bebasid/212529?icon&label=sumber" alt="Sumber Hosts"></a>
[![Ukuran rilis](https://img.shields.io/github/size/sekedus/bebasid-whitelist/hosts.txt?label=ukuran)](https://github.com/sekedus/bebasid-whitelist/blob/main/hosts.txt) [![Sumber Hosts](https://badgen.net/badge/github/bebasid/212529?icon&label=sumber)](https://github.com/bebasid/bebasid/blob/master/releases/hosts)

Buka halaman situs web yang diblokir dengan menggunakan [_hosts file_](<https://en.wikipedia.org/wiki/Hosts_(file)>).

Cari alamat IP dengan [DNS Lookup](https://sekedus.github.io/bebasid-whitelist/dns-lookup.html)

Daftar Pengecualian:
- [Parked domain](https://icannwiki.org/Domain_Parking)
- Situs down (tidak aktif)
- Situs dewasa/prono
- Situs dewasa/porno
- Situs judi
4 changes: 4 additions & 0 deletions dns-lookup.html
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,10 @@ <h1 class="full">DNS Lookup</h1>
callback(res.data);
}
});
} else {
status.innerHTML = '';
reset.disabled = false;
callback(res.data);
}
});
}
Expand Down

0 comments on commit 6c76259

Please sign in to comment.