Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - omaha2002@gmail.com

#1
22.7 Legacy Series / Re: DNS-API TransIP
June 25, 2023, 11:36:41 AM
Zie nu je bericht pas, uiteindelijk wel gelukt, zie forum post hier:

https://gathering.tweakers.net/forum/list_messages/2184628
#2
Quote from: TheHellSite on March 22, 2023, 06:49:12 AM
Quote from: sapphire on March 21, 2023, 11:07:57 AM

OMG, this fixed it! Now I can reach my addresses even with before problematic peers. Thank you so much @thehellsite and @meyergru!

Root Domains
Now I got another question. Did I understand it right, that the tutorial is only working with subdomains, not with root domains? I think, I would have to setup rules to achieve redirects from example.com to www.example.com right?

You are welcome. Like I (we) said most of the times when there are intermidiate issues with VPN tunnels it is because of MTU/MSS beeing to high resulting in packet fragmentation.

You can also make it work for root domains. Either set the backend you want to be served on the root domain as default backend in the HTTPS_frontend or change your mapfile and write the full FQDN before the backend (so not just the subdomain). The first method works for sure the later I am not entirely sure. But you can also create a redirect condition and rule set and place it before the map file rule.

The second method with adding the full FQDN before the backend to the mapfile works too, I tested it and now have two root domain services working beside all the subdomains.

Like this:
#public access subdomains
plex.xxxxxxx.nl            PLEX_backend
kuma.xxxxxxx.nl          KUMA_backend
#public access rootdomain 1
xxxxxxxxxx.nl              CYBERSAFETY_backend
#public access roodomain 2
xxxxxxxxxx.eu             EURO_backend
#3
22.7 Legacy Series / Re: DNS-API TransIP
April 17, 2023, 01:38:33 PM
Hi, have you figured this out?

I can't find the right way to use the API with the Acme Client. I think the login should be user+accesstoken and the key the private generated key. I'm not getting a Key file doesn't seem to be a valid key but do get the Error add txt message.