This repository has been archived by the owner on Sep 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
Wildcard subdomain not working? #46
Comments
hello? |
Wildcards are currently not supported as frontend entries, only as tls certificates. |
what a shame, this is a good piece of software. I'll improve on it. but before that, is there an alternative that uses golang other than traefik u will recommend? |
also, where should i modify the the *.example.com <- frontend? any hints? i can code myself and add to this. |
You should set an explicit hostname without wildcards, as in:
|
i need wildcards. I will modify the planb code myself. pls drop a hint where that file line is so i can work on it. |
The best approach would probably be by modifying the backend logic to query redis for a wildcard key here inside this if statement: Lines 138 to 140 in 5d26837
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
i tried adding
rpush frontend:*.example.com example http://123.123.123.123:80
it's not working. doesnt seem to check anything with lrange when i did monitor on redis
The text was updated successfully, but these errors were encountered: