Skip to content

Commit

Permalink
Expose proxies
Browse files Browse the repository at this point in the history
  • Loading branch information
nikarh committed Nov 29, 2023
1 parent bb4438d commit de85f8e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ access_control:
- internal
- domain_regex:
- '^(traefik|torrents|torrents-unsafe|netdata|readarr|prowlarr|sonarr|radarr|bazarr|jellyseerr|mail|kavita)\.(files|(o|r|)pi)\.home\.arhipov\.net$'
- '^(mail)\.u8\.lv$'
- '^(mail|r)\.u8\.lv$'
policy: bypass
networks:
- internal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ services:
container_name: tunnel
cap_add:
- NET_ADMIN
ports:
# Plain-text socks5 proxy
- 1080:1080/tcp
# Plain-text HTTP Proxy
- 8888:8888/tcp
# Shadowsocks encrypted prox
- 8388:8388/tcp
- 8388:8388/udp
environment:
- VPN_SERVICE_PROVIDER=${WIREGUARD_SERVICE}
- VPN_TYPE=wireguard
Expand All @@ -81,6 +89,7 @@ services:
- SERVER_COUNTRIES=${WIREGUARD_SERVER_COUNTRIES}
- FIREWALL_VPN_INPUT_PORTS=${WIREGUARD_INPUT_PORTS}
- HTTPPROXY=on
- SHADOWSOCKS=on
devices:
- /dev/net/tun:/dev/net/tun
socks5:
Expand Down

0 comments on commit de85f8e

Please sign in to comment.