-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
| .insert(ConnectInfo(SocketAddr::from(([1, 2, 3, 4], 1234)))); |
Uses an example IPv4 that is owned by APNIC:
| inetnum: | 1.2.3.0 - 1.2.3.255 |
|---|---|
| netname: | Debogon-prefix |
| descr: | APNIC Debogon Project |
| descr: | APNIC Pty Ltd |
| country: | AU |
| org: | ORG-RQA1-AP |
| admin-c: | AR302-AP |
| tech-c: | AR302-AP |
| abuse-c: | AA1412-AP |
| status: | ASSIGNED PORTABLE |
| mnt-by: | APNIC-HM |
| mnt-routes: | MAINT-APNICRANDNET |
| mnt-irt: | IRT-APNICRANDNET-AU |
| last-modified: | 2025-06-06T01:20:46Z |
| source: | APNIC |
The other test IPv4 addresses that are used are from TEST-NET-3, I would expect TEST-NET-[1-3] here too (or an IPv6 address). See the Internet Assigned Numbers Authority (IANA) - IPv4 Special-Purpose Address Space.
Other TEST-NET-3 uses:
ip: Some(IpAddr::V4(Ipv4Addr::new(203, 0, 113, 0))), let audit_service = AuditService::new(None, Some(Ipv4Addr::new(203, 0, 113, 0).into())); Some(Ipv4Addr::new(203, 0, 113, 0).into()), Some(Ipv4Addr::new(203, 0, 113, 0).into()), abacus/backend/src/api/audit.rs
Line 173 in 8746f80
AuditService::new(user, Some(Ipv4Addr::new(203, 0, 113, 0).into()))
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Options