diff --git a/wg/all_proxied/PostUp copy.ps1 b/wg/all_proxied/PostUp copy.ps1 index 0211346..4923c7e 100644 --- a/wg/all_proxied/PostUp copy.ps1 +++ b/wg/all_proxied/PostUp copy.ps1 @@ -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 "\\<3proxy>\\%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