Replies: 2 comments
-
This issue was automatically closed because it did not follow the issue template. We use the issue tracker exclusively for bug reports and feature additions that have been previously discussed. However, this issue appears to be a support request. Please use the discussion forums for support requests. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have tried to add the Public DNS address (202.206.240.12) provided by our school as a local server to the toml.
I declared its name first:
server_names = ['school']
Then I calculated its stamp through this site : https://dnscrypt.info/stamps/
And put it in the 'static' column:
[static]
[static.school]
stamp ='sdns://AQAAAAAAAAAADjIwMi4yMDYuMjQwLjEyAAA'
But it didn't work as expected.
In log, it told me:
[2023-09-24 21:54:19] [FATAL] Stamp error for the static [school] definition: [Stamp is too short]
So how can I solve it? I will appreciate it.
Beta Was this translation helpful? Give feedback.
All reactions