rsp-dump

command
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 18, 2024 License: MIT Imports: 18 Imported by: 0

README

RSP Dump for Local Service

Configuration file

{
  "listen": "localhost:33000",
  "cert_file": "rsp.example.com.pem",
  "key_file": "rsp.example.com-key.pem",
  "host_template": "%s.rsp.example.com",
  "smtp_host": "[DATA EXPAND]",
  "smtp_username": "[DATA EXPAND]",
  "smtp_password": "[DATA EXPAND]",
  "smtp_headers": {
    "From": [
      "[DATA EXPAND]"
    ]
  }
}

more see types.go

Systemd Service

[Unit]
Description = RSP Dump
After = network.target

[Service]
Type = simple
ExecStart = /opt/rsp-dump/rsp-dump
WorkingDirectory = /opt/rsp-dump
Restart = always
RestartSec = 10

[Install]
WantedBy = multi-user.target

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL