[PR #109] [CLOSED] Customizable hostname #275

Closed
opened 2026-02-26 04:34:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mageddo/dns-proxy-server/pull/109
Author: @mageddo
Created: 3/31/2019
Status: Closed

Base: masterHead: samples


📝 Commits (9)

📊 Changes

21 files changed (+357 additions, -7 deletions)

View changed files

📝 README.md (+2 -1)
📝 conf/conf.go (+11 -1)
📝 events/local/local.go (+3 -0)
examples/custom-hostnames-compose-file/README.md (+42 -0)
examples/custom-hostnames-compose-file/docker-compose.yml (+36 -0)
examples/pre-registered-hosts/README.md (+30 -0)
examples/pre-registered-hosts/config/config.json (+28 -0)
examples/pre-registered-hosts/docker-compose.yml (+28 -0)
examples/using-different-compose-files/README.md (+33 -0)
examples/using-different-compose-files/docker-compose-client.yml (+10 -0)
examples/using-different-compose-files/docker-compose-dps.yml (+14 -0)
examples/using-different-compose-files/docker-compose-nginx-server.yml (+9 -0)
examples/using-same-compose-file/README.md (+43 -0)
examples/using-same-compose-file/docker-compose-v2.yml (+7 -0)
examples/using-same-compose-file/docker-compose-v3.yml (+7 -0)
📝 flags/flags.go (+1 -0)
📝 proxy/system.go (+5 -4)
📝 resolvconf/dns-server-cleaner.go (+0 -0)
📝 resolvconf/resolvconf.go (+45 -0)
📝 resolvconf/set-machine-dns-server.go (+1 -1)

...and 1 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mageddo/dns-proxy-server/pull/109 **Author:** [@mageddo](https://github.com/mageddo) **Created:** 3/31/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `samples` --- ### 📝 Commits (9) - [`981edf0`](https://github.com/mageddo/dns-proxy-server/commit/981edf071f281bab4f6e73b46dda99ea80732c93) creating samples - [`5013bc8`](https://github.com/mageddo/dns-proxy-server/commit/5013bc8458063d0af83d07d95e6c04b0f0abd869) creating custom server name sample - [`d97d2b1`](https://github.com/mageddo/dns-proxy-server/commit/d97d2b128c2eca6039a5e785656bbaae70a4cdc9) simplify ip subnet - [`fb7c730`](https://github.com/mageddo/dns-proxy-server/commit/fb7c73072e92021c14b0fe64010df8d61af1c0dc) configuring to make host able to solve containers - [`c36a5fd`](https://github.com/mageddo/dns-proxy-server/commit/c36a5fd23eb15521e956901a887a932402024518) setup docker version - [`ea967b2`](https://github.com/mageddo/dns-proxy-server/commit/ea967b25710f02be9505af3ce681a517e4f176b5) removing coments - [`a7efe57`](https://github.com/mageddo/dns-proxy-server/commit/a7efe57dd5db26d061447d400f31ee000f391c55) setup hostname - [`036d0aa`](https://github.com/mageddo/dns-proxy-server/commit/036d0aad6c00220f90353a1e1d9b622bfce0f672) setup static host example - [`a48a8c6`](https://github.com/mageddo/dns-proxy-server/commit/a48a8c65178543edd8dd3f2248180fcd7a93e7cb) #107 setup customizable hostname ### 📊 Changes **21 files changed** (+357 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -1) 📝 `conf/conf.go` (+11 -1) 📝 `events/local/local.go` (+3 -0) ➕ `examples/custom-hostnames-compose-file/README.md` (+42 -0) ➕ `examples/custom-hostnames-compose-file/docker-compose.yml` (+36 -0) ➕ `examples/pre-registered-hosts/README.md` (+30 -0) ➕ `examples/pre-registered-hosts/config/config.json` (+28 -0) ➕ `examples/pre-registered-hosts/docker-compose.yml` (+28 -0) ➕ `examples/using-different-compose-files/README.md` (+33 -0) ➕ `examples/using-different-compose-files/docker-compose-client.yml` (+10 -0) ➕ `examples/using-different-compose-files/docker-compose-dps.yml` (+14 -0) ➕ `examples/using-different-compose-files/docker-compose-nginx-server.yml` (+9 -0) ➕ `examples/using-same-compose-file/README.md` (+43 -0) ➕ `examples/using-same-compose-file/docker-compose-v2.yml` (+7 -0) ➕ `examples/using-same-compose-file/docker-compose-v3.yml` (+7 -0) 📝 `flags/flags.go` (+1 -0) 📝 `proxy/system.go` (+5 -4) 📝 `resolvconf/dns-server-cleaner.go` (+0 -0) 📝 `resolvconf/resolvconf.go` (+45 -0) 📝 `resolvconf/set-machine-dns-server.go` (+1 -1) _...and 1 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 04:34:42 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dns-proxy-server-mageddo#275
No description provided.