Initial commit to Proxyfier

This commit is contained in:
2026-02-07 01:22:35 +03:00
commit 3f80dab132
10 changed files with 310 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module proxyfier
go 1.22
require gopkg.in/yaml.v3 v3.0.1