Dialgatrainer069

qbit logs

May 1st, 2024
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.27 KB | None | 0 0
  1. s6-rc: info: service fix-attrs successfully stopped
  2. s6-rc: info: service s6rc-oneshot-runner: stopping
  3. s6-rc: info: service s6rc-oneshot-runner successfully stopped
  4. s6-rc: info: service s6rc-oneshot-runner: starting
  5. s6-rc: info: service s6rc-oneshot-runner successfully started
  6. s6-rc: info: service fix-attrs: starting
  7. s6-rc: info: service fix-attrs successfully started
  8. s6-rc: info: service legacy-cont-init: starting
  9. s6-rc: info: service legacy-cont-init successfully started
  10. s6-rc: info: service init-perms: starting
  11. s6-rc: info: service init-perms successfully started
  12. s6-rc: info: service init-secrets: starting
  13. s6-rc: info: service init-secrets successfully started
  14. s6-rc: info: service init-setup: starting
  15.  
  16. _ _ _
  17. | |__ ___ | |_(_) ___
  18. | '_ \ / _ \| __| |/ _ \
  19. | | | | (_) | |_| | (_) |
  20. |_| |_|\___/ \__|_|\___/
  21.  
  22. Donate: https://hotio.dev/donate
  23. Documentation: https://hotio.dev/containers/qbittorrent
  24. Support: https://hotio.dev/discord
  25. Image: hotio/qbittorrent:release
  26. Revision: 78c8f31 (behind, by 3)
  27. Version: 4.6.4
  28. OS: Linux 6.6.28-0-virt x86_64
  29.  
  30. ----------------------------------------------------------------------
  31. ENVIRONMENT BASE
  32. ----------------------------------------------------------------------
  33. PUID=1000
  34. PGID=1000
  35. UMASK=2
  36. TZ=Europe/London
  37. PRIVOXY_ENABLED=true
  38. UNBOUND_ENABLED=false
  39. VPN_ENABLED=true
  40. VPN_CONF=wg0
  41. VPN_PROVIDER=generic
  42. VPN_LAN_NETWORK=192.168.0.0/24
  43. VPN_LAN_LEAK_ENABLED=true
  44. VPN_EXPOSE_PORTS_ON_LAN=8080/tcp
  45. VPN_AUTO_PORT_FORWARD=flase
  46. VPN_AUTO_PORT_FORWARD_TO_PORTS=
  47. VPN_KEEP_LOCAL_DNS=false
  48. VPN_FIREWALL_TYPE=auto
  49. VPN_HEALTHCHECK_ENABLED=true
  50. VPN_PIA_USER=
  51. VPN_PIA_PASS=
  52. VPN_PIA_PREFERRED_REGION=
  53. VPN_PIA_DIP_TOKEN=no
  54. VPN_PIA_PORT_FORWARD_PERSIST=false
  55. ----------------------------------------------------------------------
  56.  
  57. Executing usermod...
  58. usermod: no changes
  59. Applying permissions to /config
  60. s6-rc: info: service init-setup successfully started
  61. s6-rc: info: service init-setup-app: starting
  62.  
  63. ----------------------------------------------------------------------
  64. ENVIRONMENT APP
  65. ----------------------------------------------------------------------
  66. WEBUI_PORTS=8080/tcp,8080/udp
  67. ----------------------------------------------------------------------
  68.  
  69. s6-rc: info: service init-setup-app successfully started
  70. s6-rc: info: service init-wireguard: starting
  71. [INF] [2024-05-01 21:30:48] [VPN] Starting WireGuard...
  72. [#] ip link add wg0 type wireguard
  73. [#] wg setconf wg0 /dev/fd/63
  74. [#] ip -4 address add 10.0.0.3/32 dev wg0
  75. [#] ip link set mtu 1420 up dev wg0
  76. [#] wg set wg0 fwmark 51820
  77. [#] ip -4 route add 0.0.0.0/0 dev wg0 table 51820
  78. [#] ip -4 rule add not fwmark 51820 table 51820
  79. [#] ip -4 rule add table main suppress_prefixlength 0
  80. [#] nft -f /dev/fd/63
  81. [INF] [2024-05-01 21:30:48] [VPN] WireGuard is started.
  82. [INF] [2024-05-01 21:30:48] [VPN] No modifications will be done to resolv.conf.
  83. [INF] [2024-05-01 21:30:48] [VPN] resolv.conf is:
  84. nameserver 127.0.0.11
  85. options ndots:0
  86. [INF] [2024-05-01 21:30:48] [VPN] WireGuard [wg0] endpoint [152.67.148.165][51820].
  87. [INF] [2024-05-01 21:30:48] [VPN] WireGuard [wg0] allowed ips [0.0.0.0/0].
  88. [INF] [2024-05-01 21:30:48] [VPN] Network [default][eth0][172.20.0.9][172.20.0.0/16].
  89. [INF] [2024-05-01 21:30:48] [VPN] Added [192.168.0.0/24][LAN] as route via interface [eth0].
  90. [INF] [2024-05-01 21:30:48] [VPN] Ports opened on [eth0] are [8080/tcp,8080/udp,8080/tcp,8118/tcp,8118/udp].
  91. [INF] [2024-05-01 21:30:48] [VPN] Ports closed on [wg0] are [8080/tcp,8080/udp,8080/tcp,8118/tcp,8118/udp].
  92. [INF] [2024-05-01 21:30:48] [VPN] Ports redirected on [wg0] are [].
  93. [INF] [2024-05-01 21:30:48] [VPN] Routes overview:
  94. default via 172.20.0.1 dev eth0
  95. 172.20.0.0/16 dev eth0 proto kernel scope link src 172.20.0.9
  96. 192.168.0.0/24 via 172.20.0.1 dev eth0
  97. [INF] [2024-05-01 21:30:48] [VPN] Added firewall rules:
  98. table inet hotio {
  99. chain forward {
  100. type filter hook forward priority filter; policy drop;
  101. }
  102.  
  103. chain input {
  104. type filter hook input priority filter; policy drop;
  105. iifname "eth0" tcp dport 8080 ip daddr 172.20.0.9 counter accept
  106. iifname "wg0" tcp dport 8080 counter drop
  107. iifname "eth0" udp dport 8080 ip daddr 172.20.0.9 counter accept
  108. iifname "wg0" udp dport 8080 counter drop
  109. iifname "eth0" tcp dport 8080 ip daddr 172.20.0.9 counter accept
  110. iifname "wg0" tcp dport 8080 counter drop
  111. iifname "eth0" tcp dport 8118 ip daddr 172.20.0.9 counter accept
  112. iifname "wg0" tcp dport 8118 counter drop
  113. iifname "eth0" udp dport 8118 ip daddr 172.20.0.9 counter accept
  114. iifname "wg0" udp dport 8118 counter drop
  115. iifname "eth0" ip saddr 172.20.0.0/16 ip daddr 172.20.0.9 counter accept
  116. iifname "eth0" ip saddr 192.168.0.0/24 ip daddr 172.20.0.9 counter accept
  117. iifname "wg0" counter accept
  118. iifname "lo" counter accept
  119. icmp type echo-reply counter accept
  120. icmpv6 type echo-reply counter accept
  121. iifname "eth0" ip daddr 172.20.0.9 ip saddr 152.67.148.165 udp sport 51820 counter accept
  122. }
  123.  
  124. chain output {
  125. type filter hook output priority filter; policy drop;
  126. oifname "eth0" tcp sport 8080 ip saddr 172.20.0.9 counter accept
  127. oifname "wg0" tcp sport 8080 counter drop
  128. oifname "eth0" udp sport 8080 ip saddr 172.20.0.9 counter accept
  129. oifname "wg0" udp sport 8080 counter drop
  130. oifname "eth0" tcp sport 8080 ip saddr 172.20.0.9 counter accept
  131. oifname "wg0" tcp sport 8080 counter drop
  132. oifname "eth0" tcp sport 8118 ip saddr 172.20.0.9 counter accept
  133. oifname "wg0" tcp sport 8118 counter drop
  134. oifname "eth0" udp sport 8118 ip saddr 172.20.0.9 counter accept
  135. oifname "wg0" udp sport 8118 counter drop
  136. oifname "eth0" ip saddr 172.20.0.9 ip daddr 172.20.0.0/16 counter accept
  137. oifname "eth0" ip saddr 172.20.0.9 ip daddr 192.168.0.0/24 counter accept
  138. oifname "wg0" counter accept
  139. oifname "lo" counter accept
  140. icmp type echo-request counter accept
  141. icmpv6 type echo-request counter accept
  142. oifname "eth0" ip saddr 172.20.0.9 ip daddr 152.67.148.165 udp dport 51820 counter accept
  143. }
  144.  
  145. chain prerouting {
  146. type nat hook prerouting priority dstnat; policy accept;
  147. }
  148. }
  149. [INF] [2024-05-01 21:30:48] [VPN] Performing internet connectivity test...
  150. [INF] [2024-05-01 21:30:48] [VPN] [IPV4] [PING: 15.930/18.996/30.704 ms] [Slough, ENG, United Kingdom] [Oracle Corporation] [152.67.148.165]
  151. s6-rc: info: service init-wireguard successfully started
  152. s6-rc: info: service service-qbittorrent: starting
  153. s6-rc: info: service service-privoxy: starting
  154. s6-rc: info: service service-healthcheck: starting
  155. s6-rc: info: service service-forwarder: starting
  156. s6-rc: info: service service-qbittorrent successfully started
  157. s6-rc: info: service service-privoxy successfully started
  158. s6-rc: info: service service-healthcheck successfully started
  159. s6-rc: info: service service-forwarder successfully started
  160. s6-rc: info: service legacy-services: starting
  161. [INF] [2024-05-01 21:30:53] [VPN] Healthcheck active.
  162. 2024-05-01 21:30:53.308 7f6adae35b08 Info: Privoxy version 3.0.34
  163. 2024-05-01 21:30:53.308 7f6adae35b08 Info: Program name: /usr/sbin/privoxy
  164. WebUI will be started shortly after internal preparations. Please wait...
  165. s6-rc: info: service legacy-services successfully started
  166.  
  167. ******** Information ********
  168. To control qBittorrent, access the WebUI at: http://localhost:8080
Add Comment
Please, Sign In to add comment