Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snakeeater0x01/bind9_script
A simple script to setup bind9 tool
https://github.com/snakeeater0x01/bind9_script
Last synced: 7 days ago
JSON representation
A simple script to setup bind9 tool
- Host: GitHub
- URL: https://github.com/snakeeater0x01/bind9_script
- Owner: snakeeater0x01
- Created: 2022-02-20T21:49:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-24T12:53:19.000Z (about 2 years ago)
- Last Synced: 2024-10-31T16:35:49.196Z (18 days ago)
- Language: Shell
- Size: 893 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BIND9
BIND is a suite of software for interacting with the Domain Name System. Its most prominent component, named, performs both of the main DNS server roles, acting as an authoritative name server for DNS zones and as a recursive resolver in the network.
it was initially released in 2000 and is regularly maintained by the Internet Systems Consortium.# BIND9_script
A simple script to setup and manage bind9 tool.
> Note: tested on Ubuntu## Usage
```
sudo git clone https://github.com/ousbaailyas/BIND9_script.git
```
```
cd BIND_script
```
```
chmod +x bind_installer
```
```
./bind_installer
```
## Or you can export it to the PATH environmental variable> PATH is an environmental variable in Linux and other Unix-like operating systems that tells the shell which directories to search for executable files (i.e., ready-to-run programs) in response to commands issued by a user.
```
sudo echo "$PATH"
```
usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin```
sudo mv bind_installer /
```
```
sudo bind_installer
```![alt text](https://github.com/ousbaailyas/BIND9_script/blob/master/Screen%20Shot%202022-02-20%20at%2010.55.51%20PM.png)
# :)