Rvby1

Untitled

Aug 16th, 2023
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.08 KB | None | 0 0
  1. s6-rc: info: service s6rc-oneshot-runner: starting
  2. s6-rc: info: service s6rc-oneshot-runner successfully started
  3. s6-rc: info: service fix-attrs: starting
  4. s6-rc: info: service fix-attrs successfully started
  5. s6-rc: info: service legacy-cont-init: starting
  6. cont-init: info: running /etc/cont-init.d/00-env-file-init
  7. cont-init: info: /etc/cont-init.d/00-env-file-init exited 0
  8. cont-init: info: running /etc/cont-init.d/00-start-container
  9. ----------------------------------------------------------------------
  10. ENVIRONMENT
  11. ----------------------------------------------------------------------
  12. 
  13. 0
  14. 
  15. 0
  16. 
  17. 2
  18. TZ=America/Los_Angeles
  19. WEBUI_PORTS=8080/tcp,8080/udp
  20. VPN_ENABLED=true
  21. VPN_LAN_NETWORK=10.0.0.0/24
  22. VPN_CONF=US-CA-263
  23. VPN_ADDITIONAL_PORTS=
  24. PRIVOXY_ENABLED=false
  25. ----------------------------------------------------------------------
  26. Executing usermod...
  27. usermod: no changes
  28. Applying permissions to /config
  29. cont-init: info: /etc/cont-init.d/00-start-container exited 0
  30. cont-init: info: running /etc/cont-init.d/01-configure-app
  31. cont-init: info: /etc/cont-init.d/01-configure-app exited 0
  32. cont-init: info: running /etc/cont-init.d/02-setup-wg
  33. [INFO] Docker network type is not set to "host".
  34. [INFO] "sysctl net.ipv4.conf.all.src_valid_mark=1" is set.
  35. [INFO] Configuration file "/config/wireguard/US-CA-263.conf" was found.
  36. [INFO] WireGuard is down. Continuing...
  37. [INFO] Starting WireGuard...
  38. [#] ip link add US-CA-263 type wireguard
  39. [#] wg setconf US-CA-263 /dev/fd/63
  40. [#] ip -4 address add 10.2.0.2/32 dev US-CA-263
  41. [#] ip link set mtu 1420 up dev US-CA-263
  42. [#] resolvconf -a US-CA-263 -m 0 -x
  43. [#] wg set US-CA-263 fwmark 51820
  44. [#] ip -4 route add 0.0.0.0/0 dev US-CA-263 table 51820
  45. [#] ip -4 rule add not fwmark 51820 table 51820
  46. [#] ip -4 rule add table main suppress_prefixlength 0
  47. skipping setting net.ipv4.conf.all.src_valid_mark
  48. [#] echo skipping setting net.ipv4.conf.all.src_valid_mark
  49. [#] iptables-restore -n
  50. [INFO] WireGuard is started.
  51. [INFO] WebUI ports are "8080/tcp,8080/udp".
  52. [INFO] Additional ports are "".
  53. [INFO] WireGuard remote is "IP:51820".
  54. [INFO] Docker network interface is "eth0".
  55. [INFO] Docker network IP is "172.25.0.10".
  56. [INFO] Docker network CIDR is "172.25.0.0/16".
  57. [INFO] Adding "10.0.0.0/24" as route via interface "eth0".
  58. [INFO] ip route overview:
  59. default via 172.25.0.1 dev eth0
  60. 10.0.0.0/24 via 172.25.0.1 dev eth0
  61. 172.25.0.0/16 dev eth0 proto kernel scope link src 172.25.0.10
  62. [INFO] Configuring iptables...
  63. [INFO] ipv6 is disabled, we will not set ip6tables rules.
  64. [INFO] iptables overview:
  65. -P INPUT DROP
  66. -P FORWARD DROP
  67. -P OUTPUT DROP
  68. -A INPUT -i US-CA-263 -p udp -m udp --dport 8080 -j DROP
  69. -A INPUT -i US-CA-263 -p tcp -m tcp --dport 8080 -j DROP
  70. -A INPUT -i US-CA-263 -p udp -j ACCEPT
  71. -A INPUT -i US-CA-263 -p tcp -j ACCEPT
  72. -A INPUT -s 172.25.0.0/16 -d 172.25.0.0/16 -j ACCEPT
  73. -A INPUT -i eth0 -p udp -m udp --sport 51820 -j ACCEPT
  74. -A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT
  75. -A INPUT -i lo -j ACCEPT
  76. -A INPUT -i eth0 -p tcp -m tcp --dport 8080 -j ACCEPT
  77. -A INPUT -i eth0 -p udp -m udp --dport 8080 -j ACCEPT
  78. -A OUTPUT -o US-CA-263 -p udp -m udp --sport 8080 -j DROP
  79. -A OUTPUT -o US-CA-263 -p tcp -m tcp --sport 8080 -j DROP
  80. -A OUTPUT -o US-CA-263 -p udp -j ACCEPT
  81. -A OUTPUT -o US-CA-263 -p tcp -j ACCEPT
  82. -A OUTPUT -s 172.25.0.0/16 -d 172.25.0.0/16 -j ACCEPT
  83. -A OUTPUT -o eth0 -p udp -m udp --dport 51820 -j ACCEPT
  84. -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT
  85. -A OUTPUT -o lo -j ACCEPT
  86. -A OUTPUT -o eth0 -p tcp -m tcp --sport 8080 -j ACCEPT
  87. -A OUTPUT -o eth0 -p udp -m udp --sport 8080 -j ACCEPT
  88. cont-init: info: /etc/cont-init.d/02-setup-wg exited 0
  89. cont-init: info: running /etc/cont-init.d/03-setup-privoxy
  90. cont-init: info: /etc/cont-init.d/03-setup-privoxy exited 0
  91. s6-rc: info: service legacy-cont-init successfully started
  92. s6-rc: info: service legacy-services: starting
  93. services-up: info: copying legacy longrun qbittorrent (no readiness notification)
  94. s6-rc: info: service legacy-services successfully started
  95. ******** Information ********
  96. To control qBittorrent, access the Web UI at http://localhost:8080
  97.  
Add Comment
Please, Sign In to add comment