1
0
mirror of https://github.com/fumiama/terasu.git synced 2026-06-05 09:10:24 +08:00
Files
terasu/README.md
2026-02-16 15:20:45 +08:00

725 B

TeRaSu (TRS)

よの光遍く空へ照しつつ

土棲むものは孰れか見ゆや

counter

Usage

tls.Client(terasu.NewConn(conn), &tls.Config{
    ServerName: host,
}).Handshake()

Custom Plugin (Linux Only)

Custom plugin code is located in the ext/custom directory. You can write and build your own plugin.

  1. Write your plugin code in the ext/custom directory
  2. Build the plugin:
GOOS=linux go build -o terasu.plugin.so -buildmode=plugin -ldflags="-s -w" -trimpath ./ext/custom