This commit is contained in:
2026-03-19 23:25:22 -07:00
parent 4495f333d8
commit 7f860d47b9

View File

@@ -19,7 +19,7 @@ $cfg_file = "3proxy-wireguard.cfg"
# rest of the proxy configuration
'socks' | Out-File -FilePath $cfg_file -Append -Encoding ASCII
'log "%USERPROFILE%\.logs\3proxy\%Y%m%d.log" D' | Out-File -FilePath $cfg_file -Append -Encoding ASCII
'log "<path>\<to>\<3proxy>\<logs>\%Y%m%d.log" D' | Out-File -FilePath $cfg_file -Append -Encoding ASCII
'rotate 30' | Out-File -FilePath $cfg_file -Append -Encoding ASCII
# Start 3proxy in the background