fix allocation for tor edge

This commit is contained in:
*****DEAD ACCOUNT 2020-11-09 21:54:05 +00:00
parent 00cb8687f7
commit 6f5bacf75e
No known key found for this signature in database
GPG Key ID: 6682B58F2E96EA33
4 changed files with 6 additions and 5 deletions

@ -53,7 +53,7 @@ listen {
port = 6665;
host = "100.64.64.59"; # Hub
port = 7004;
host = "100.64.65.15"; # Tor Up-Link
host = "100.64.65.11"; # Tor Up-Link
port = 6667;
};

@ -2,7 +2,7 @@ RunAsDaemon 0
SocksPort 0
DNSPort 0
DNSPort 5353
TransPort 0
@ -12,4 +12,4 @@ HiddenServicePort 6667 100.64.65.3:6667
HiddenServiceDir /var/lib/tor/hub_6667/
HiddenServicePort 6667 100.64.65.15:6667
HiddenServicePort 6667 100.64.65.11:6667

@ -20,7 +20,7 @@ networks:
ipam:
driver: default
config:
- subnet: 100.64.65.12/29
- subnet: 100.64.65.8/29
internal: true
services:
@ -41,7 +41,7 @@ services:
leaf:
ipv4_address: 100.64.65.2
hub:
ipv4_address: 100.64.65.14
ipv4_address: 100.64.65.10
ulimits:
nproc: 65535
nofile:

@ -47,6 +47,7 @@ services:
hub:
ipv4_address: 100.64.64.59
tor:
ipv4_address: 100.64.65.11
volumes:
- type: volume
source: ephemeral