BuilderScopeHSPort

Properties

Link copied to clipboard
@JvmField
val virtual: Port

The "virtual" port for the TorOption.HiddenServicePort being configured.

Functions

Link copied to clipboard
fun target(unixSocket: File): BuilderScopeHSPort

This sets the "target" argument to a Unix Socket path for which incoming http requests will be directed locally on the host. The unixSocket result will be formatted as unix:\"${file-path}\" after being sanitized via File.absoluteFile + File.normalize.

This sets the "target" argument to a TCP Port for which incoming http requests will be directed locally on the host.