mirror of
https://github.com/open62541/open62541.git
synced 2025-06-03 04:00:21 +00:00
17 lines
300 B
Plaintext
17 lines
300 B
Plaintext
#
|
|
# AFL dictionary for OPC UA Endpoints
|
|
# -----------------------------
|
|
#
|
|
#
|
|
# Stefan Profanter <git@s.profanter.me>
|
|
#
|
|
|
|
endpoint_http="opc.http"
|
|
endpoint_tcp="opc.tcp"
|
|
endpoint_udp="opc.udp"
|
|
endpoint_udp="opc.eth"
|
|
endpoint_proto="://"
|
|
endpoint_host="localhost"
|
|
endpoint_delim="/"
|
|
endpoint_port=":123"
|