18 lines
805 B
YAML
18 lines
805 B
YAML
|
|
---
|
||
|
|
# Required
|
||
|
|
socket_proxy_name: "" # "bitcoin-p2p" -> bitcoin-p2p-proxy.{socket,service}
|
||
|
|
socket_proxy_description: "" # "Bitcoin P2P" -> "Bitcoin P2P Proxy Socket"
|
||
|
|
socket_proxy_listen_port: 0 # public port on the edge host
|
||
|
|
socket_proxy_upstream_host: "" # Tailscale hostname, e.g. "knots-box"
|
||
|
|
|
||
|
|
# Optional
|
||
|
|
socket_proxy_upstream_port: "" # defaults to socket_proxy_listen_port
|
||
|
|
socket_proxy_documentation: "" # Documentation= in both units
|
||
|
|
socket_proxy_free_bind: false # FreeBind=true: bind before the address is up
|
||
|
|
socket_proxy_timeout_stop_sec: "" # TimeoutStopSec=
|
||
|
|
socket_proxy_log_to_journal: false # StandardOutput/StandardError=journal
|
||
|
|
|
||
|
|
# Firewall
|
||
|
|
socket_proxy_ufw_proto: tcp
|
||
|
|
socket_proxy_ufw_comment: "" # defaults to "<description> public access"
|