# /etc/inadyn.conf
                    
                        period     = 300
                        allow-ipv6 = true
                        secure-ssl = true
                        custom ipv4.myonlineportal {
                                username       = your-myonlineportal-user
                                password       = your-myonlineportal-password
                                checkip-server = ipv4.myonlineportal.net
                                checkip-path   = /checkip
                                checkip-ssl    = false
                                ddns-server    = myonlineportal.net
                                ddns-path      = "/updateddns?hostname=%h&ip=%i"
                                hostname       = your-myonlineportal-domain
                        }
                        custom ipv6.myonlineportal {
                                username       = your-myonlineportal-user
                                password       = your-myonlineportal-password
                                checkip-server = ipv6.myonlineportal.net
                                checkip-path   = /checkip
                                checkip-ssl    = false
                                ddns-server    = myonlineportal.net
                                ddns-path      = "/updateddns?hostname=%h&ip=%i"
                                hostname       = your-myonlineportal-domain
                        }