We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6b395a commit a14bd2cCopy full SHA for a14bd2c
README.md
@@ -22,7 +22,7 @@ docker run.... --network="proxynet" --env http_proxy="proxy1:8118" --env https_
22
23
## Expose proxy on local interface for other programs with compose
24
Remove the 127.0.0.1 to expose the proxy on all interfaces (be careful with public interface).
25
-Add more containers with seperate config directories.
+Add more containers with seperate config directories. Wireguard config file should be named: wg0.conf
26
27
```
28
version: '3'
@@ -48,3 +48,6 @@ services:
48
retries: 2
49
start_period: 10s
50
51
+
52
+## Enable mod if not working
53
+echo ip6table_filter > /etc/modules-load.d/ip6table_filter.conf
0 commit comments