diff --git a/cloud.md b/cloud.md index 04d2e46d..30e536be 100644 --- a/cloud.md +++ b/cloud.md @@ -41,7 +41,28 @@ Tier: monzi - /run restart: unless-stopped ``` - - + - ./data/sockd.conf + - ``` + debug: 0 + logoutput: stderr + internal: 0.0.0.0 port = 1080 + external: eth0 + socksmethod: username none + clientmethod: none + user.privileged: root + user.unprivileged: nobody + + client pass { + from: 0.0.0.0/0 port 1-65535 to: 0.0.0.0/0 + log: error + } + + socks pass { + from: 0.0.0.0/0 to: 0.0.0.0/0 + #socksmethod: username + log: error + } + ``` - - #### Assign Public Ip Compute > Instances > Instance > DetailsAttached > VNICs > VNIC Details diff --git a/journals/2023_04_21.md b/journals/2023_04_21.md new file mode 100644 index 00000000..87c88eb3 --- /dev/null +++ b/journals/2023_04_21.md @@ -0,0 +1,6 @@ +- Jdownloader Settings + - **InternetConnectionSettings: Custom Proxy List** + List of all external Proxies + - > [{"filter":{"entries":["zippyshare.com"], "type":"WHITELIST"}, "proxy":{"address":"152.67.84.147", "password":"", "port":8388, "type":"SOCKS5", "username":"", "connectMethodPrefered":false, "preferNativeImplementation":false, "resolveHostName":true}, "enabled":true, "pac":false, "rangeRequestsSupported":true, "reconnectSupported":false},{"filter":{"entries":["zippyshare.com"], "type":"BLACKLIST"}, "proxy":{"address":null, "password":null, "port":80, "type":"NONE", "username":null, "connectMethodPrefered":false, "preferNativeImplementation":false, "resolveHostName":false}, "enabled":true, "pac":false, "rangeRequestsSupported":true, "reconnectSupported":true}] + - -> remove whitelist for only zippyshare + - > [{"proxy":{"address":"152.67.84.147", "password":"", "port":8388, "type":"SOCKS5", "username":"", "connectMethodPrefered":false, "preferNativeImplementation":false, "resolveHostName":true}, "enabled":true, "pac":false, "rangeRequestsSupported":true, "reconnectSupported":false},{"filter":{"entries":["zippyshare.com"], "type":"BLACKLIST"}, "proxy":{"address":null, "password":null, "port":80, "type":"NONE", "username":null, "connectMethodPrefered":false, "preferNativeImplementation":false, "resolveHostName":false}, "enabled":true, "pac":false, "rangeRequestsSupported":true, "reconnectSupported":true}] \ No newline at end of file