Skip to content

Commit a14bd2c

Browse files
authoredDec 16, 2024··
add mod
1 parent c6b395a commit a14bd2c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ docker run.... --network="proxynet" --env http_proxy="proxy1:8118" --env https_
2222

2323
## Expose proxy on local interface for other programs with compose
2424
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.
25+
Add more containers with seperate config directories. Wireguard config file should be named: wg0.conf
2626

2727
```
2828
version: '3'
@@ -48,3 +48,6 @@ services:
4848
retries: 2
4949
start_period: 10s
5050
```
51+
52+
## Enable mod if not working
53+
echo ip6table_filter > /etc/modules-load.d/ip6table_filter.conf

0 commit comments

Comments
 (0)
Please sign in to comment.