2022-03-08 19:42:28 +01:00
|
|
|
<?xml version='1.0' encoding='UTF-8'?>
|
|
|
|
|
<rougail version="0.10">
|
|
|
|
|
<variables>
|
2023-08-11 09:38:05 +02:00
|
|
|
<variable name="remotes" type="domainname" multi="True" provider="Postgresql" hidden="True"/>
|
|
|
|
|
<family name="remote_" description="Account for " dynamic="accounts.remotes" hidden="True">
|
2023-01-17 21:43:32 +01:00
|
|
|
<variable name="remote_ip_" description="Remote IP " type="ip" mandatory="True"/>
|
2023-08-11 09:38:05 +02:00
|
|
|
<variable name="database_" auto_save="False" mandatory="True" provider="Postgresql:database"/>
|
|
|
|
|
<variable name="username_" auto_save="False" mandatory="True" provider="Postgresql:username"/>
|
|
|
|
|
<variable name="password_" auto_save="False" type="password" mandatory="True" provider="Postgresql:password"/>
|
2022-03-08 19:42:28 +01:00
|
|
|
</family>
|
|
|
|
|
</variables>
|
|
|
|
|
<constraints>
|
2022-08-18 10:19:43 +02:00
|
|
|
<fill name="get_ip">
|
2022-12-25 17:08:52 +01:00
|
|
|
<param type="information">zones</param>
|
2022-08-18 10:19:43 +02:00
|
|
|
<param type="suffix"/>
|
|
|
|
|
<target>accounts.remote_.remote_ip_</target>
|
2022-03-08 19:42:28 +01:00
|
|
|
</fill>
|
|
|
|
|
</constraints>
|
|
|
|
|
</rougail>
|