mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-25 11:19:21 -07:00
Execption router DNS rebind protection
@@ -59,6 +59,8 @@ export WEBSOCKET_ENABLED=true
|
|||||||
|
|
||||||
You should now be able to reach your vaultwarden instance at https://my-vw.duckdns.org.
|
You should now be able to reach your vaultwarden instance at https://my-vw.duckdns.org.
|
||||||
|
|
||||||
|
**Important:** If necessary, in some routers (e.g. FritzBox) an exception must be set for the domain (e.g., `my-vw.duckdns.org`) due to DNS rebind protection.
|
||||||
|
|
||||||
## Cloudflare setup
|
## Cloudflare setup
|
||||||
|
|
||||||
If you don't already have an account, create one at https://www.cloudflare.com/; you'll also have to go to your domain registrar to set your nameservers to the ones assigned to you by Cloudflare. Create a subdomain for your vaultwarden instance (e.g., `vw.example.com`), setting its IP to your vaultwarden host's private IP (e.g., `192.168.1.100`). For example:
|
If you don't already have an account, create one at https://www.cloudflare.com/; you'll also have to go to your domain registrar to set your nameservers to the ones assigned to you by Cloudflare. Create a subdomain for your vaultwarden instance (e.g., `vw.example.com`), setting its IP to your vaultwarden host's private IP (e.g., `192.168.1.100`). For example:
|
||||||
@@ -111,6 +113,8 @@ export WEBSOCKET_ENABLED=true
|
|||||||
|
|
||||||
You should now be able to reach your vaultwarden instance at https://vw.example.com.
|
You should now be able to reach your vaultwarden instance at https://vw.example.com.
|
||||||
|
|
||||||
|
**Important:** If necessary, in some routers (e.g. FritzBox) an exception must be set for the domain (e.g., `vw.example.com`) due to DNS rebind protection.
|
||||||
|
|
||||||
## Getting certs using the `lego` CLI
|
## Getting certs using the `lego` CLI
|
||||||
|
|
||||||
In the DuckDNS example above, Caddy used the `lego` library to get certs via DNS challenge.
|
In the DuckDNS example above, Caddy used the `lego` library to get certs via DNS challenge.
|
||||||
|
|||||||
Reference in New Issue
Block a user