Replies: 1 comment
-
Looking at the documentation, it seems that cloaking is the mechanism design to directly provide a map from names to IP addresses. The following page also seems to be related, describing how to forward domains to the local router. |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Hi,
I want configure some static hostnames for my local network. My plan is to use dnscrypt-proxy for the entire network, so I let it run on a server in a docker container. Now I want that all .local requests response a local network address. I tried to setup this with the [static] method, but that seems only work for a directly DNS Server am I right? I tried this method anyway and configure just the IP 192.168.1.2 with https://dnscrypt.info/stamps/ and added it with:
[static.'.local']
stamp = 'sdns://AQcAAAAAAAAACzE5Mi4xNjguMS4yABAyLmRuc2NyeXB0LWNlcnQu'
Then I get the error message on start:
Stamp to short.
Is there no way to define directly hostnames? Do I really have to setup a extra DNS Server for this?
Beta Was this translation helpful? Give feedback.
All reactions