[PR #105] [MERGED] Samples #274

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/105
Author: @mageddo
Created: 1/25/2019
Status: Merged
Merged: 1/25/2019
Merged by: @mageddo

Base: masterHead: samples


📝 Commits (8)

📊 Changes

13 files changed (+289 additions, -1 deletions)

View changed files

📝 README.md (+2 -1)
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)

📄 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/105 **Author:** [@mageddo](https://github.com/mageddo) **Created:** 1/25/2019 **Status:** ✅ Merged **Merged:** 1/25/2019 **Merged by:** [@mageddo](https://github.com/mageddo) **Base:** `master` ← **Head:** `samples` --- ### 📝 Commits (8) - [`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 ### 📊 Changes **13 files changed** (+289 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -1) ➕ `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) </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#274
No description provided.