dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

commit fd6295cc21bb5dc611d469a3d6247362a2993e73
parent 15c017647c1fb3ceb43918b2ee296ddde60d0fab
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Mon, 30 Jan 2023 16:27:21 -0800

fix local addr

Diffstat:
Mcmd/dkfupload/main.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/dkfupload/main.go b/cmd/dkfupload/main.go @@ -22,8 +22,8 @@ import ( const ( userAgent = "Mozilla/5.0 (Windows NT 10.0; rv:102.0) Gecko/20100101 Firefox/102.0" dkfBaseURL = "http://dkforestseeaaq2dqz2uflmlsybvnq2irzn4ygyvu53oazyorednviid.onion" + localhostAddr = "http://127.0.0.1:8080" torProxyAddr = "127.0.0.1:9050" - localhostAddr = "127.0.0.1:8080" ) func main() {