- πΊπΈUnited States Ben Coleman
Actually,IPv6 needs 128 bits for the address.
- π¨π¦Canada sagesolutions
The webform module stores the remote address as a varchar(128) in the database.
The vote the IP address module use varchar as well.
From WebformSubmission.php baseFieldDefinitions function:
$fields['remote_addr'] = BaseFieldDefinition::create('string') ->setLabel(t('Remote IP address')) ->setDescription(t('The IP address of the user that submitted the webform.')) ->setSetting('max_length', 128);
- π¨π¦Canada sagesolutions
sagesolutions β changed the visibility of the branch 3481806-ignore-tracking-ip to hidden.