Preparing search index...
The search index is not available
@biglup/cometa - v1.2.0
@biglup/cometa
RelayByAddress
Interface RelayByAddress
This relay points to a single host via its ipv4/ipv6 address and a given port.
interface
RelayByAddress
{
ipv4
?:
string
;
ipv6
?:
string
;
port
?:
number
;
}
Index
Properties
ipv4?
ipv6?
port?
Properties
Optional
ipv4
ipv4
?:
string
Optional
ipv6
ipv6
?:
string
Optional
port
port
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
ipv4
ipv6
port
@biglup/cometa - v1.2.0
Loading...
This relay points to a single host via its ipv4/ipv6 address and a given port.