[logseq-plugin-git:commit] 2023-04-21T18:41:57.517Z
This commit is contained in:
parent
9df45ef9d2
commit
9349ca90b4
23
cloud.md
23
cloud.md
@ -41,7 +41,28 @@ Tier: monzi
|
|||||||
- /run
|
- /run
|
||||||
restart: unless-stopped
|
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
|
- #### Assign Public Ip
|
||||||
Compute > Instances > Instance > DetailsAttached > VNICs > VNIC Details
|
Compute > Instances > Instance > DetailsAttached > VNICs > VNIC Details
|
||||||
|
|||||||
6
journals/2023_04_21.md
Normal file
6
journals/2023_04_21.md
Normal file
@ -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}]
|
||||||
Loading…
x
Reference in New Issue
Block a user