|
Post by jrronimo on Mar 14, 2016 19:32:28 GMT
I never did fiddle more with the hn.com dynamic IP -- I didn't feel like I had enough control over the situation. I am looking into Google Domains, though. Here's their info page about setting Dynamic DNS: support.google.com/domains/answer/6147083?hl=enIs this something that could already be working in SmallWall or could be added easily enough?
|
|
|
Post by Lee Sharp on Mar 16, 2016 5:15:03 GMT
I would need someone to test it, but custom should work with the settings at the bottom of the page.
|
|
|
Post by mikael on Mar 29, 2016 13:53:27 GMT
|
|
|
Post by mikael on May 21, 2016 8:00:20 GMT
I have not been able to try the new beta yet (1.8.4b10). I would like to know if it's possible to use https with the providers that supports that or if there will be a fully cutomized option where it's possible to specify https and the fetching method (wget, curl, whatever) also supports that.
Thanks!
|
|
|
Post by Lee Sharp on May 21, 2016 14:41:09 GMT
Well, fetch is now in the image, so that gives a lot of versatility. For example, here is a screenshot from the exec.php page. With this, a lot of things are now possible, including dynamic dns behind a NAT router. It also does work with https... 
|
|
|
Post by mikael on May 23, 2016 13:05:48 GMT
Hi,
Very nice to have fetch in the image. Thanks for that!
I am testing 1.8.4b10 right now in a virtual machine, but I can't figure out how I can configure dynamic dns to use https with fetch or anything else. The "DynDNS (custom)" option does not let me specify https.
Am I missing something?
|
|
|
Post by Lee Sharp on May 24, 2016 3:23:40 GMT
You will have to do it manually with the scheduler. You can test it from the exec.php page. Post working configs, and I will try and put them in the image.
|
|
|
Post by mikael on May 24, 2016 11:46:43 GMT
Hi Lee,
I can confirm success with "fetch" and https. Here's the command used and the output:
$ fetch -o - -q https://UUUUUUUU:PPPPPPPP@dyndns.serverbank.hu/nic/update?hostname=HHHHHHHH No update needed! User: UUUUUUUU Hostname: HHHHHHHH IP: XX.XX.XX.XX
In the above example I have changed username (UUUUUUUU), password (PPPPPPPP) and hostname (HHHHHHHH).
|
|
|
Post by Lee Sharp on May 24, 2016 13:53:21 GMT
Cool! I will be adding it to the work I am doing!
|
|
|
Post by jrronimo on Mar 28, 2017 23:08:55 GMT
I did end up buying a Google domains domain, so I figured it's probably time to set up Dynamic DNS.  SmallWall 1.8.4b11 - Service Type: DynDNS (custom) - Hostname: my.hostname - server: domains.google.com - Port: (blank) - MX: (blank) - Wildcards: unchecked - Username: As provided by Google - Password: As provided by Google Google doesn't seem to be pickup up my IP at the moment; I'm looking into it, though.
|
|
|
Post by jrronimo on Apr 21, 2017 22:10:21 GMT
Update: Thanks to the information here, I was able to get a task to update Google's DNS service! Here's the command: fetch -o - -q https://UUUUUU:PPPPPP@domains.google.com/nic/update?hostname=HHHHHH And here's how to configure a Google DNS site for dynamic update: support.google.com/domains/answer/6147083?hl=en
|
|