This commit is contained in:
Bel LaPointe
2026-05-31 08:45:06 -07:00
commit 84e1623032
5 changed files with 156 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module rproxy4
go 1.24.2
require gopkg.in/yaml.v2 v2.4.0