Skip to content

Cloudflare Worker: What to configure in Rethink Firewall app? #87

Answered by ignoramous
DarthSonic asked this question in Q&A
Discussion options

You must be logged in to vote

https://secure.mydomain.de/[configration-token]

Should work, provided configuration-token is base64 or base32 with 1: or 1- in the front. Drop the 443, though, as that's the default, anyway.

  • base32: https://secure.mydomain.de/1-6dpqcoaa4d7qh7777t7qeagaf4pwagebaeagaka
  • base64: https://secure.mydomain.de/1:8N8BOADg_wP___z_AgDALx9gGIEBAGAo

[configration-token].secure.darth-sonic.de

...should work, provided configuration-token is base32.

  • base32: 1-6dpqcoaa4d7qh7777t7qeagaf4pwagebaeagaka.secure.mydomain.de

You can reveal your configuration token, as that's not really encoding any auth information. If anything the server-name is what you should guard until unless we impl #79 (soon!)

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@DarthSonic
Comment options

@ignoramous
Comment options

Answer selected by DarthSonic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #86 on November 06, 2022 18:01.