mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 09:25:56 +03:00
[PR #109] [CLOSED] Customizable hostname #275
Labels
No labels
bug
confirmed
discussion
duplicate
enhancement
feature
feature-request
not-planned
pull-request
secondary-feature
stale
triage
waiting-feedback
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dns-proxy-server-mageddo#275
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mageddo/dns-proxy-server/pull/109
Author: @mageddo
Created: 3/31/2019
Status: ❌ Closed
Base:
master← Head:samples📝 Commits (9)
981edf0creating samples5013bc8creating custom server name sampled97d2b1simplify ip subnetfb7c730configuring to make host able to solve containersc36a5fdsetup docker versionea967b2removing comentsa7efe57setup hostname036d0aasetup static host examplea48a8c6#107 setup customizable hostname📊 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.