8000 GitHub - Shinplex/dns-er
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Shinplex/dns-er

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌐 DNS-ER

Go Report Card Go Version License Maintenance

🚀 A lightweight DNS server in Go that provides custom DNS record resolution.

✨ Features

  • 🔍 Simple DNS server that responds to A, AAAA, and other record queries
  • 📝 Configuration via TOML files
  • 🛠️ Customizable DNS records
  • 🪶 Low resource footprint
  • ⚡ High performance

📥 Installation

git clone https://github.com/Shinplex/DNS-er.git
cd DNS-er
go build

🚀 Usage

# Run with default config
sudo ./dns-er

# Run with custom config
sudo ./dns-er -config=/path/to/config.toml

⚙️ Configuration

The server uses TOML configuration files:

  • 📄 config.toml - Server configuration
  • 📄 records.toml - DNS record definitions

See the configs/ directory for examples.

🧪 Testing

python3 scripts/test.py

📈 Performance

DNS-ER is designed to be lightweight and efficient, handling thousands of DNS queries per second with minimal resource usage.

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

📜 License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0