From 5b2d79c98d0e7856bd6ee3d6a7017833d8e4ef37 Mon Sep 17 00:00:00 2001 From: pycm1k Date: Mon, 25 May 2026 13:27:18 +0400 Subject: [PATCH] commit 25-05-2026_13:27 --- librespeed/config/log/logrotate.status | 2 +- librespeed/config/log/php/error.log | 36 +- librespeed/config/log/php/error.log.1 | 18 +- librespeed/config/log/php/error.log.2.gz | Bin 217 -> 171 bytes librespeed/config/log/php/error.log.3.gz | Bin 173 -> 172 bytes librespeed/config/log/php/error.log.4.gz | Bin 326 -> 290 bytes librespeed/config/log/php/error.log.5.gz | Bin 284 -> 251 bytes librespeed/config/log/php/error.log.6.gz | Bin 170 -> 217 bytes librespeed/config/log/php/error.log.7.gz | Bin 187 -> 173 bytes ssl/archive/tormob.duckdns.org/cert9.pem | 29 + ssl/archive/tormob.duckdns.org/chain9.pem | 29 + ssl/archive/tormob.duckdns.org/fullchain9.pem | 58 ++ ssl/archive/tormob.duckdns.org/privkey9.pem | 28 + ssl/csr/0062_csr-certbot.pem | 16 + ssl/live/tormob.duckdns.org/cert.pem | 46 +- ssl/live/tormob.duckdns.org/chain.pem | 54 +- ssl/live/tormob.duckdns.org/fullchain.pem | 100 +-- ssl/live/tormob.duckdns.org/privkey.pem | 52 +- vkt/docker | 1 + vkt/docker-compose.yaml | 19 + wg_bind/bind_log/bind.log | 5 + wg_bind/bind_log/default.log | 634 ++++++++++++++++++ wg_bind/config/wg_confs/wg0.conf | 2 +- wg_bind/config/wg_confs/wg1.conf | 15 +- 24 files changed, 969 insertions(+), 175 deletions(-) create mode 100644 ssl/archive/tormob.duckdns.org/cert9.pem create mode 100644 ssl/archive/tormob.duckdns.org/chain9.pem create mode 100644 ssl/archive/tormob.duckdns.org/fullchain9.pem create mode 100644 ssl/archive/tormob.duckdns.org/privkey9.pem create mode 100644 ssl/csr/0062_csr-certbot.pem create mode 100644 vkt/docker create mode 100644 vkt/docker-compose.yaml diff --git a/librespeed/config/log/logrotate.status b/librespeed/config/log/logrotate.status index 4c8180d..ae773ad 100644 --- a/librespeed/config/log/logrotate.status +++ b/librespeed/config/log/logrotate.status @@ -3,4 +3,4 @@ logrotate state -- version 2 "/config/log/nginx/access.log" 2026-4-24-2:0:0 "/var/log/php83/*.log" 2026-1-7-2:0:0 "/config/log/nginx/error.log" 2026-4-24-2:0:0 -"/config/log/php/error.log" 2026-4-26-2:0:0 +"/config/log/php/error.log" 2026-5-24-2:0:0 diff --git a/librespeed/config/log/php/error.log b/librespeed/config/log/php/error.log index 78a987b..4efe603 100644 --- a/librespeed/config/log/php/error.log +++ b/librespeed/config/log/php/error.log @@ -1,30 +1,6 @@ -[26-Apr-2026 02:00:01] NOTICE: fpm is running, pid 1026 -[26-Apr-2026 02:00:01] NOTICE: ready to handle connections -[27-Apr-2026 00:00:58] NOTICE: Terminating ... -[27-Apr-2026 00:00:58] NOTICE: exiting, bye-bye! -[27-Apr-2026 00:01:09] NOTICE: fpm is running, pid 222 -[27-Apr-2026 00:01:09] NOTICE: ready to handle connections -[30-Apr-2026 10:38:38] NOTICE: Terminating ... -[30-Apr-2026 10:38:38] NOTICE: exiting, bye-bye! -[30-Apr-2026 10:38:48] NOTICE: fpm is running, pid 224 -[30-Apr-2026 10:38:48] NOTICE: ready to handle connections -[30-Apr-2026 10:40:20] NOTICE: Terminating ... -[30-Apr-2026 10:40:20] NOTICE: exiting, bye-bye! -[30-Apr-2026 10:40:44] NOTICE: fpm is running, pid 230 -[30-Apr-2026 10:40:44] NOTICE: ready to handle connections -[30-Apr-2026 10:44:21] NOTICE: Terminating ... -[30-Apr-2026 10:44:21] NOTICE: exiting, bye-bye! -[30-Apr-2026 10:44:32] NOTICE: fpm is running, pid 222 -[30-Apr-2026 10:44:32] NOTICE: ready to handle connections -[30-Apr-2026 18:22:21] NOTICE: Terminating ... -[30-Apr-2026 18:22:21] NOTICE: exiting, bye-bye! -[30-Apr-2026 18:22:47] NOTICE: fpm is running, pid 229 -[30-Apr-2026 18:22:47] NOTICE: ready to handle connections -[30-Apr-2026 18:24:09] NOTICE: Terminating ... -[30-Apr-2026 18:24:09] NOTICE: exiting, bye-bye! -[30-Apr-2026 18:24:21] NOTICE: fpm is running, pid 223 -[30-Apr-2026 18:24:21] NOTICE: ready to handle connections -[30-Apr-2026 18:27:11] NOTICE: Terminating ... -[30-Apr-2026 18:27:11] NOTICE: exiting, bye-bye! -[30-Apr-2026 18:27:21] NOTICE: fpm is running, pid 223 -[30-Apr-2026 18:27:21] NOTICE: ready to handle connections +[24-May-2026 02:00:01] NOTICE: fpm is running, pid 1016 +[24-May-2026 02:00:01] NOTICE: ready to handle connections +[25-May-2026 00:00:04] NOTICE: Terminating ... +[25-May-2026 00:00:04] NOTICE: exiting, bye-bye! +[25-May-2026 00:00:28] NOTICE: fpm is running, pid 222 +[25-May-2026 00:00:28] NOTICE: ready to handle connections diff --git a/librespeed/config/log/php/error.log.1 b/librespeed/config/log/php/error.log.1 index 91bbcb2..b8830bf 100644 --- a/librespeed/config/log/php/error.log.1 +++ b/librespeed/config/log/php/error.log.1 @@ -1,10 +1,8 @@ -[19-Apr-2026 02:00:01] NOTICE: fpm is running, pid 462 -[19-Apr-2026 02:00:01] NOTICE: ready to handle connections -[20-Apr-2026 00:00:57] NOTICE: Terminating ... -[20-Apr-2026 00:00:57] NOTICE: exiting, bye-bye! -[20-Apr-2026 00:01:08] NOTICE: fpm is running, pid 223 -[20-Apr-2026 00:01:08] NOTICE: ready to handle connections -[23-Apr-2026 05:32:57] WARNING: [pool www] server reached pm.max_children setting (5), consider raising it -[23-Apr-2026 05:39:45] WARNING: [pool www] server reached pm.max_children setting (5), consider raising it -[26-Apr-2026 02:00:00] NOTICE: Terminating ... -[26-Apr-2026 02:00:00] NOTICE: exiting, bye-bye! +[17-May-2026 02:00:01] NOTICE: fpm is running, pid 1017 +[17-May-2026 02:00:01] NOTICE: ready to handle connections +[18-May-2026 00:01:01] NOTICE: Terminating ... +[18-May-2026 00:01:01] NOTICE: exiting, bye-bye! +[18-May-2026 00:01:17] NOTICE: fpm is running, pid 222 +[18-May-2026 00:01:17] NOTICE: ready to handle connections +[24-May-2026 02:00:00] NOTICE: Terminating ... +[24-May-2026 02:00:00] NOTICE: exiting, bye-bye! diff --git a/librespeed/config/log/php/error.log.2.gz b/librespeed/config/log/php/error.log.2.gz index 8e3291938a2a8830f266a5faea775cc0ba91c7bb..e65f91ffa5ffd9339e820efdd468c89fb3aea69c 100644 GIT binary patch literal 171 zcmV;c095}UiwFP!000001BKAB3c^4P2H@SNh`U#k11-H(930f8TX8tss0TJJ?Fru7 zd%7qTu0yu}Bl%Mis)G$mquu~&gJ_V>a6Fa!?asipZ^4Z)JVl(`R?xc!2q|AwX*aNK z0{9N@R+4}vfdfZ^R=aqdE{EgzwqF%B-eun`B8s!gPjQWN?2 zq6;J?heNk}(!RMCj0fA+1{`?;$R(mgeum>IKkW7rZfy;^1N$;YoBIY@T>(Rut_s>& zRaQN?1|FrUo(iswG3x4cW4eKg3B@mslac1i*4mVAxDUcGTpCwz?S4OlTxUB2iF93HiCJ3ql-cy9d7$S?*41ADvl}? z9Qg*2OGJtM0;h9**zG0Uh92w$u8E} z{YUXb#r8*QGxnC0kL#c;%elCDS^vH48cY#qnF1ym<{NQd%@(n2BZkQ{Fw-a>PaC}f Lga28aqyYc`kJd2TZsara+^8Qb-q zNt8LDREP@21y1MkxIZYk^&Qv&{FBI1yMo?o*k;9|N;7Y2JwkABuSq`)G>*tL!8#fy zn*UM!(5(2;()i9&9j0}_IiHK0mkr;`uA^boEMp)PZqkjUTo=!=WFsM?XJDdHIvzKA M1EBD|OQZn+0Gz)~S^xk5 diff --git a/librespeed/config/log/php/error.log.4.gz b/librespeed/config/log/php/error.log.4.gz index 4b2df736a8c48b28370faafc2c66bce4b64b8c34..358b0a6b6547328ded60ef23effd2c8ee1bd2037 100644 GIT binary patch literal 290 zcmV+-0p0!|iwFP!000001D({pPQx%1hT)y7IP4@kJ~nmg4Iu^wVChydgvNj+>O^Uf z$lYVQ6qCxwMoPBtRq`l5TUu2&!&nj03XlwzbR}FE<@; z?Pa!AI4_rhFt|>Wh=|LQB8jI|ppi{D5~B3{jA$9Ch7&0+D-kI)g!!UBb6ykzr5KS! zE-Ml#L!v+w&oe~INXmHY(pkQ!F+>HT#heoz1Eo39n#+nrD*6OjQ9REO#SitoNOD<` oNE=b|jN*BQNdHfy^F=7DhjxyB{HZ@fdcG8W128KHGLZ%V07X!Q=Kufz literal 326 zcmV-M0lEGkiwFP!000001C^9PYlAQthVT6q-)wYz8z+ zbhG{U)9$cVOQHua$@}EX^9GDCbzTzfV1xrem?6Xvjv;*A?;f8Rd{za>8uYhPQhhC< zk{l=r7Lgg#BH<@!O2`t$a{+0olt>#{s(OI>jI5bQ{?WbAg;Yt?jRV(pZEG91m$G zbFPKzwwtr~J$YF6BWlU}bRz41RW^&rM;D_|-#ghD$}`7rls5#tY2}$QV|kaThne4% zM<*JM;})Yoz(+HU#@H+)%8)<9=sG^Zh%y}5jHnHpW3)mH&v>Ij+-}qXE2|N diff --git a/librespeed/config/log/php/error.log.5.gz b/librespeed/config/log/php/error.log.5.gz index ed5d6e8f8b0eb85d00351fcc229e33d1045bd799..288b91758661b4ad8a06edca4cb860d8b708363f 100644 GIT binary patch literal 251 zcmV()YSWI1*lZK0Hs#f1{+U_w!?Ykgo# zLRRbK-`DcefI*o$XgR&_-aTHOZIhjK31_?n#sy=7Wk;x94*SO^0iU)98o+&PP5NsM zmK1DCzN+JxL#fW-4YX3L4xuqxW8=x_VO4W>fwF)W_kZXCT~Av2$qv#qy(Y&K`T4Ss zGbYo!Spu105Aj5t=hv`!qWl6aM9$|E-*&InzIql=TVpyH$MFaQx*v35ThpQf+o!!e zy*Dj&%AuaV{T%$ZxLXH{fmBdS8p4$P(rPO<#eZ3qi;7vSr>K0{(=RZFpagmX006DO Bcf$Yx literal 284 zcmV+%0ptE3iwFP!000001D%u2OT#c6hVT9rKW_?a$%kzZufFKeBA`Bsha1QC)X8rWc;IpYgwP3%sR{CoN zjS_$nPOh?X&Ppy0;0%;pi%LRaw3dZaMz=jm&rmd=QF1~z($-3I*Uy7645#99uiWuz z9|sxq>)Hn}L-*rKgwQE$wh^WbMT|r-2>|))-Sk*L69x(*8(0+*XuQKvRb`-|vc2Rl-W$AG@RYO?0~& iMzl%{X|CE~SGj)F!`R>O%NvdR<^2NJU&*<&0{{SR@P~!~ diff --git a/librespeed/config/log/php/error.log.6.gz b/librespeed/config/log/php/error.log.6.gz index 124119b218836008c2d917e9c1f2f71e1ae9e3b3..8e3291938a2a8830f266a5faea775cc0ba91c7bb 100644 GIT binary patch literal 217 zcmV;~04Dz*iwFP!000001C7!>4}vfdfZ^R=aqdE{EgzwqF%B-eun`B8s!gPjQWN?2 zq6;J?heNk}(!RMCj0fA+1{`?;$R(mgeum>IKkW7rZfy;^1N$;YoBIY@T>(Rut_s>& zRaQN?1|FrUo(iswG3x4cW4eKg3B@mslac1i*4mVAxDUcGTpCwz?S4OlTxUB2iF92TZsara+^8Qb-qNt8LDREP@21y1MkxIZYk^&Qv&{FBI1yMo?o*k;9|N;7Y2 zJwkABuSq`)G>*tL!8#fyn*UM!(5(2;()i9&9j0}_IiHK0mkr;`uA^boEMp)PZqkjU bT+gv&BO#+_V4_hv9yfXepzys*qyYc`7cfzx literal 187 zcmV;s07U;EiwFP!000001BKAB4uUWc2H@SNICmk}E2wle4i4(VMjR?sZ6XILHIcU$ zT`(aj!)^EFzxxZ^Mn~-;LRtfoLR2U(a60FQ-Cn`1t-*HSUd)#7D`;&60>x%ggq<_G z>cKbg&|EzYlnt{fy=}M~X!b|(OVezmxpB2+?T0*w<9Ke}ysiJ8cI{0x%yJ5Z5=r +05-May-2026 11:13:51.973 general: notice: running on Linux x86_64 6.1.0-28-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22) +05-May-2026 11:13:51.973 general: notice: built with '--prefix' '/usr' '--sysconfdir=/etc/bind' '--localstatedir=/' '--enable-shared' '--disable-static' '--with-gssapi' '--with-libidn2' '--with-json-c' '--with-lmdb=/usr' '--with-gnu-ld' '--with-maxminddb' '--enable-dnstap' +05-May-2026 11:13:51.973 general: notice: running as: named -u bind -f -c /etc/bind/named.conf -L /var/log/bind/default.log +05-May-2026 11:13:51.973 general: notice: compiled by GCC 14.2.0 +05-May-2026 11:13:51.973 general: notice: compiled with OpenSSL version: OpenSSL 3.3.2 3 Sep 2024 +05-May-2026 11:13:51.973 general: notice: linked to OpenSSL version: OpenSSL 3.3.2 3 Sep 2024 +05-May-2026 11:13:51.973 general: notice: compiled with libuv version: 1.49.2 +05-May-2026 11:13:51.973 general: notice: linked to libuv version: 1.49.2 +05-May-2026 11:13:51.973 general: notice: compiled with libxml2 version: 2.13.4 +05-May-2026 11:13:51.973 general: notice: linked to libxml2 version: 21304 +05-May-2026 11:13:51.973 general: notice: compiled with json-c version: 0.18 +05-May-2026 11:13:51.973 general: notice: linked to json-c version: 0.18 +05-May-2026 11:13:51.973 general: notice: compiled with zlib version: 1.3.1 +05-May-2026 11:13:51.973 general: notice: linked to zlib version: 1.3.1 +05-May-2026 11:13:51.973 general: notice: ---------------------------------------------------- +05-May-2026 11:13:51.973 general: notice: BIND 9 is maintained by Internet Systems Consortium, +05-May-2026 11:13:51.973 general: notice: Inc. (ISC), a non-profit 501(c)(3) public-benefit +05-May-2026 11:13:51.973 general: notice: corporation. Support and training for BIND 9 are +05-May-2026 11:13:51.973 general: notice: available at https://www.isc.org/support +05-May-2026 11:13:51.973 general: notice: ---------------------------------------------------- +05-May-2026 11:13:51.973 general: info: found 4 CPUs, using 4 worker threads +05-May-2026 11:13:51.973 general: info: using 4 UDP listeners per interface +05-May-2026 11:13:51.997 general: notice: DNSSEC algorithms: RSASHA1 NSEC3RSASHA1 RSASHA256 RSASHA512 ECDSAP256SHA256 ECDSAP384SHA384 ED25519 ED448 +05-May-2026 11:13:51.997 general: notice: DS algorithms: SHA-1 SHA-256 SHA-384 +05-May-2026 11:13:51.997 general: notice: HMAC algorithms: HMAC-MD5 HMAC-SHA1 HMAC-SHA224 HMAC-SHA256 HMAC-SHA384 HMAC-SHA512 +05-May-2026 11:13:51.997 general: notice: TKEY mode 2 support (Diffie-Hellman): yes +05-May-2026 11:13:51.997 general: notice: TKEY mode 3 support (GSS-API): yes +05-May-2026 11:13:52.001 general: info: the initial working directory is '/' +05-May-2026 11:13:52.001 general: info: loading configuration from '/etc/bind/named.conf' +05-May-2026 11:13:52.001 general: info: the working directory is now '/var/cache/bind' +05-May-2026 11:13:52.005 general: info: reading built-in trust anchors from file '/etc/bind/bind.keys' +05-May-2026 11:13:52.005 general: info: looking for GeoIP2 databases in '/usr/share/GeoIP' +05-May-2026 11:13:52.005 general: info: using default UDP/IPv4 port range: [32768, 60999] +05-May-2026 11:13:52.005 general: info: using default UDP/IPv6 port range: [32768, 60999] +05-May-2026 11:13:52.013 network: info: listening on IPv4 interface lo, 127.0.0.1#53 +05-May-2026 11:13:52.017 network: info: listening on IPv4 interface lo, 127.0.0.1#853 +05-May-2026 11:13:52.017 network: info: listening on IPv4 interface lo, 127.0.0.1#443 +05-May-2026 11:13:52.017 network: info: listening on IPv4 interface eth0, 11.200.0.1#53 +05-May-2026 11:13:52.041 network: info: listening on IPv4 interface eth0, 11.200.0.1#853 +05-May-2026 11:13:52.041 network: info: listening on IPv4 interface eth0, 11.200.0.1#443 +05-May-2026 11:13:52.041 network: info: IPv6 socket API is incomplete; explicitly binding to each IPv6 address separately +05-May-2026 11:13:52.041 network: info: listening on IPv6 interface lo, ::1#853 +05-May-2026 11:13:52.041 network: info: listening on IPv6 interface lo, ::1#443 +05-May-2026 11:13:52.041 general: info: generating session key for dynamic DNS +05-May-2026 11:13:52.041 general: info: sizing zone task pool based on 2 zones +05-May-2026 11:13:52.041 config: info: none:100: 'max-cache-size 90%' - setting to 7146MB (out of 7940MB) +05-May-2026 11:13:52.045 security: info: obtaining root key for view _default from '/etc/bind/bind.keys' +05-May-2026 11:13:52.045 general: info: set up managed keys zone for view _default, file 'managed-keys.bind' +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 10.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 16.172.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 17.172.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 18.172.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 19.172.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 20.172.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 21.172.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 22.172.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 23.172.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 24.172.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 25.172.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 26.172.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 27.172.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 28.172.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 29.172.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 30.172.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 31.172.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 168.192.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 64.100.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 65.100.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 66.100.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 67.100.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 68.100.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 69.100.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 70.100.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 71.100.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 72.100.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 73.100.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 74.100.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 75.100.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 76.100.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 77.100.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 78.100.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 79.100.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 80.100.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 81.100.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 82.100.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 83.100.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 84.100.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 85.100.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 86.100.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 87.100.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 88.100.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 89.100.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 90.100.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 91.100.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 92.100.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 93.100.IN-ADDR.ARPA +05-May-2026 11:13:52.045 zoneload: info: automatic empty zone: 94.100.IN-ADDR.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 95.100.IN-ADDR.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 96.100.IN-ADDR.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 97.100.IN-ADDR.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 98.100.IN-ADDR.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 99.100.IN-ADDR.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 100.100.IN-ADDR.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 101.100.IN-ADDR.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 102.100.IN-ADDR.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 103.100.IN-ADDR.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 104.100.IN-ADDR.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 105.100.IN-ADDR.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 106.100.IN-ADDR.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 107.100.IN-ADDR.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 108.100.IN-ADDR.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 109.100.IN-ADDR.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 110.100.IN-ADDR.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 111.100.IN-ADDR.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 112.100.IN-ADDR.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 113.100.IN-ADDR.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 114.100.IN-ADDR.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 115.100.IN-ADDR.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 116.100.IN-ADDR.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 117.100.IN-ADDR.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 118.100.IN-ADDR.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 119.100.IN-ADDR.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 120.100.IN-ADDR.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 121.100.IN-ADDR.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 122.100.IN-ADDR.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 123.100.IN-ADDR.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 124.100.IN-ADDR.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 125.100.IN-ADDR.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 126.100.IN-ADDR.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 127.100.IN-ADDR.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 0.IN-ADDR.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 127.IN-ADDR.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 254.169.IN-ADDR.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 2.0.192.IN-ADDR.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 100.51.198.IN-ADDR.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 113.0.203.IN-ADDR.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 255.255.255.255.IN-ADDR.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: D.F.IP6.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 8.E.F.IP6.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 9.E.F.IP6.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: A.E.F.IP6.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: B.E.F.IP6.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: 8.B.D.0.1.0.0.2.IP6.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: EMPTY.AS112.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: HOME.ARPA +05-May-2026 11:13:52.049 zoneload: info: automatic empty zone: RESOLVER.ARPA +05-May-2026 11:13:52.053 general: info: configuring command channel from '/etc/bind/rndc.key' +05-May-2026 11:13:52.053 general: notice: command channel listening on 127.0.0.1#953 +05-May-2026 11:13:52.053 general: info: configuring command channel from '/etc/bind/rndc.key' +05-May-2026 11:13:52.053 general: notice: command channel listening on ::1#953 +05-May-2026 11:16:58.618 general: notice: starting BIND 9.18.32 (Extended Support Version) +05-May-2026 11:16:58.618 general: notice: running on Linux x86_64 6.1.0-28-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22) +05-May-2026 11:16:58.618 general: notice: built with '--prefix' '/usr' '--sysconfdir=/etc/bind' '--localstatedir=/' '--enable-shared' '--disable-static' '--with-gssapi' '--with-libidn2' '--with-json-c' '--with-lmdb=/usr' '--with-gnu-ld' '--with-maxminddb' '--enable-dnstap' +05-May-2026 11:16:58.618 general: notice: running as: named -u bind -f -c /etc/bind/named.conf -L /var/log/bind/default.log +05-May-2026 11:16:58.618 general: notice: compiled by GCC 14.2.0 +05-May-2026 11:16:58.618 general: notice: compiled with OpenSSL version: OpenSSL 3.3.2 3 Sep 2024 +05-May-2026 11:16:58.618 general: notice: linked to OpenSSL version: OpenSSL 3.3.2 3 Sep 2024 +05-May-2026 11:16:58.618 general: notice: compiled with libuv version: 1.49.2 +05-May-2026 11:16:58.618 general: notice: linked to libuv version: 1.49.2 +05-May-2026 11:16:58.618 general: notice: compiled with libxml2 version: 2.13.4 +05-May-2026 11:16:58.618 general: notice: linked to libxml2 version: 21304 +05-May-2026 11:16:58.618 general: notice: compiled with json-c version: 0.18 +05-May-2026 11:16:58.618 general: notice: linked to json-c version: 0.18 +05-May-2026 11:16:58.618 general: notice: compiled with zlib version: 1.3.1 +05-May-2026 11:16:58.618 general: notice: linked to zlib version: 1.3.1 +05-May-2026 11:16:58.618 general: notice: ---------------------------------------------------- +05-May-2026 11:16:58.618 general: notice: BIND 9 is maintained by Internet Systems Consortium, +05-May-2026 11:16:58.618 general: notice: Inc. (ISC), a non-profit 501(c)(3) public-benefit +05-May-2026 11:16:58.618 general: notice: corporation. Support and training for BIND 9 are +05-May-2026 11:16:58.618 general: notice: available at https://www.isc.org/support +05-May-2026 11:16:58.618 general: notice: ---------------------------------------------------- +05-May-2026 11:16:58.618 general: info: found 4 CPUs, using 4 worker threads +05-May-2026 11:16:58.618 general: info: using 4 UDP listeners per interface +05-May-2026 11:16:58.638 general: notice: DNSSEC algorithms: RSASHA1 NSEC3RSASHA1 RSASHA256 RSASHA512 ECDSAP256SHA256 ECDSAP384SHA384 ED25519 ED448 +05-May-2026 11:16:58.638 general: notice: DS algorithms: SHA-1 SHA-256 SHA-384 +05-May-2026 11:16:58.638 general: notice: HMAC algorithms: HMAC-MD5 HMAC-SHA1 HMAC-SHA224 HMAC-SHA256 HMAC-SHA384 HMAC-SHA512 +05-May-2026 11:16:58.638 general: notice: TKEY mode 2 support (Diffie-Hellman): yes +05-May-2026 11:16:58.638 general: notice: TKEY mode 3 support (GSS-API): yes +05-May-2026 11:16:58.646 general: info: the initial working directory is '/' +05-May-2026 11:16:58.646 general: info: loading configuration from '/etc/bind/named.conf' +05-May-2026 11:16:58.646 general: info: the working directory is now '/var/cache/bind' +05-May-2026 11:16:58.646 general: info: reading built-in trust anchors from file '/etc/bind/bind.keys' +05-May-2026 11:16:58.646 general: info: looking for GeoIP2 databases in '/usr/share/GeoIP' +05-May-2026 11:16:58.646 general: info: using default UDP/IPv4 port range: [32768, 60999] +05-May-2026 11:16:58.646 general: info: using default UDP/IPv6 port range: [32768, 60999] +05-May-2026 11:16:58.654 network: info: listening on IPv4 interface lo, 127.0.0.1#53 +05-May-2026 11:16:58.658 network: info: listening on IPv4 interface lo, 127.0.0.1#853 +05-May-2026 11:16:58.658 network: info: listening on IPv4 interface lo, 127.0.0.1#443 +05-May-2026 11:16:58.658 network: info: listening on IPv4 interface wg0, 11.1.1.1#53 +05-May-2026 11:16:58.674 network: info: listening on IPv4 interface wg0, 11.1.1.1#853 +05-May-2026 11:16:58.674 network: info: listening on IPv4 interface wg0, 11.1.1.1#443 +05-May-2026 11:16:58.674 network: info: listening on IPv4 interface wg1, 11.2.2.2#53 +05-May-2026 11:16:58.674 network: info: listening on IPv4 interface wg1, 11.2.2.2#853 +05-May-2026 11:16:58.674 network: info: listening on IPv4 interface wg1, 11.2.2.2#443 +05-May-2026 11:16:58.674 network: info: listening on IPv4 interface eth0, 11.200.0.1#53 +05-May-2026 11:16:58.674 network: info: listening on IPv4 interface eth0, 11.200.0.1#853 +05-May-2026 11:16:58.674 network: info: listening on IPv4 interface eth0, 11.200.0.1#443 +05-May-2026 11:16:58.674 network: info: IPv6 socket API is incomplete; explicitly binding to each IPv6 address separately +05-May-2026 11:16:58.674 network: info: listening on IPv6 interface lo, ::1#853 +05-May-2026 11:16:58.674 network: info: listening on IPv6 interface lo, ::1#443 +05-May-2026 11:16:58.674 general: info: generating session key for dynamic DNS +05-May-2026 11:16:58.674 general: info: sizing zone task pool based on 2 zones +05-May-2026 11:16:58.678 config: info: none:100: 'max-cache-size 90%' - setting to 7146MB (out of 7940MB) +05-May-2026 11:16:58.682 security: info: obtaining root key for view _default from '/etc/bind/bind.keys' +05-May-2026 11:16:58.682 general: info: set up managed keys zone for view _default, file 'managed-keys.bind' +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 10.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 16.172.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 17.172.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 18.172.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 19.172.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 20.172.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 21.172.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 22.172.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 23.172.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 24.172.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 25.172.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 26.172.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 27.172.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 28.172.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 29.172.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 30.172.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 31.172.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 168.192.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 64.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 65.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 66.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 67.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 68.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 69.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 70.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 71.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 72.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 73.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 74.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 75.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 76.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 77.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 78.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 79.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 80.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 81.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 82.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 83.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 84.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 85.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 86.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 87.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 88.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 89.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 90.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 91.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 92.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 93.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 94.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 95.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 96.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 97.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 98.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 99.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 100.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 101.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 102.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 103.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 104.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 105.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 106.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 107.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 108.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 109.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 110.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 111.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 112.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 113.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 114.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 115.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 116.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 117.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 118.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 119.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 120.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 121.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 122.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 123.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 124.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 125.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 126.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 127.100.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 0.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 127.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 254.169.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 2.0.192.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 100.51.198.IN-ADDR.ARPA +05-May-2026 11:16:58.682 zoneload: info: automatic empty zone: 113.0.203.IN-ADDR.ARPA +05-May-2026 11:16:58.686 zoneload: info: automatic empty zone: 255.255.255.255.IN-ADDR.ARPA +05-May-2026 11:16:58.686 zoneload: info: automatic empty zone: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA +05-May-2026 11:16:58.686 zoneload: info: automatic empty zone: 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA +05-May-2026 11:16:58.686 zoneload: info: automatic empty zone: D.F.IP6.ARPA +05-May-2026 11:16:58.686 zoneload: info: automatic empty zone: 8.E.F.IP6.ARPA +05-May-2026 11:16:58.686 zoneload: info: automatic empty zone: 9.E.F.IP6.ARPA +05-May-2026 11:16:58.686 zoneload: info: automatic empty zone: A.E.F.IP6.ARPA +05-May-2026 11:16:58.686 zoneload: info: automatic empty zone: B.E.F.IP6.ARPA +05-May-2026 11:16:58.686 zoneload: info: automatic empty zone: 8.B.D.0.1.0.0.2.IP6.ARPA +05-May-2026 11:16:58.686 zoneload: info: automatic empty zone: EMPTY.AS112.ARPA +05-May-2026 11:16:58.686 zoneload: info: automatic empty zone: HOME.ARPA +05-May-2026 11:16:58.686 zoneload: info: automatic empty zone: RESOLVER.ARPA +05-May-2026 11:16:58.686 general: info: configuring command channel from '/etc/bind/rndc.key' +05-May-2026 11:16:58.686 general: notice: command channel listening on 127.0.0.1#953 +05-May-2026 11:16:58.686 general: info: configuring command channel from '/etc/bind/rndc.key' +05-May-2026 11:16:58.686 general: notice: command channel listening on ::1#953 +22-May-2026 08:22:19.758 general: notice: starting BIND 9.18.32 (Extended Support Version) +22-May-2026 08:22:19.758 general: notice: running on Linux x86_64 6.1.0-28-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22) +22-May-2026 08:22:19.758 general: notice: built with '--prefix' '/usr' '--sysconfdir=/etc/bind' '--localstatedir=/' '--enable-shared' '--disable-static' '--with-gssapi' '--with-libidn2' '--with-json-c' '--with-lmdb=/usr' '--with-gnu-ld' '--with-maxminddb' '--enable-dnstap' +22-May-2026 08:22:19.758 general: notice: running as: named -u bind -f -c /etc/bind/named.conf -L /var/log/bind/default.log +22-May-2026 08:22:19.758 general: notice: compiled by GCC 14.2.0 +22-May-2026 08:22:19.758 general: notice: compiled with OpenSSL version: OpenSSL 3.3.2 3 Sep 2024 +22-May-2026 08:22:19.758 general: notice: linked to OpenSSL version: OpenSSL 3.3.2 3 Sep 2024 +22-May-2026 08:22:19.758 general: notice: compiled with libuv version: 1.49.2 +22-May-2026 08:22:19.758 general: notice: linked to libuv version: 1.49.2 +22-May-2026 08:22:19.758 general: notice: compiled with libxml2 version: 2.13.4 +22-May-2026 08:22:19.758 general: notice: linked to libxml2 version: 21304 +22-May-2026 08:22:19.758 general: notice: compiled with json-c version: 0.18 +22-May-2026 08:22:19.758 general: notice: linked to json-c version: 0.18 +22-May-2026 08:22:19.758 general: notice: compiled with zlib version: 1.3.1 +22-May-2026 08:22:19.758 general: notice: linked to zlib version: 1.3.1 +22-May-2026 08:22:19.758 general: notice: ---------------------------------------------------- +22-May-2026 08:22:19.758 general: notice: BIND 9 is maintained by Internet Systems Consortium, +22-May-2026 08:22:19.758 general: notice: Inc. (ISC), a non-profit 501(c)(3) public-benefit +22-May-2026 08:22:19.758 general: notice: corporation. Support and training for BIND 9 are +22-May-2026 08:22:19.758 general: notice: available at https://www.isc.org/support +22-May-2026 08:22:19.758 general: notice: ---------------------------------------------------- +22-May-2026 08:22:19.758 general: info: found 4 CPUs, using 4 worker threads +22-May-2026 08:22:19.758 general: info: using 4 UDP listeners per interface +22-May-2026 08:22:19.774 general: notice: DNSSEC algorithms: RSASHA1 NSEC3RSASHA1 RSASHA256 RSASHA512 ECDSAP256SHA256 ECDSAP384SHA384 ED25519 ED448 +22-May-2026 08:22:19.774 general: notice: DS algorithms: SHA-1 SHA-256 SHA-384 +22-May-2026 08:22:19.774 general: notice: HMAC algorithms: HMAC-MD5 HMAC-SHA1 HMAC-SHA224 HMAC-SHA256 HMAC-SHA384 HMAC-SHA512 +22-May-2026 08:22:19.774 general: notice: TKEY mode 2 support (Diffie-Hellman): yes +22-May-2026 08:22:19.774 general: notice: TKEY mode 3 support (GSS-API): yes +22-May-2026 08:22:19.782 general: info: the initial working directory is '/' +22-May-2026 08:22:19.782 general: info: loading configuration from '/etc/bind/named.conf' +22-May-2026 08:22:19.782 general: info: the working directory is now '/var/cache/bind' +22-May-2026 08:22:19.782 general: info: reading built-in trust anchors from file '/etc/bind/bind.keys' +22-May-2026 08:22:19.782 general: info: looking for GeoIP2 databases in '/usr/share/GeoIP' +22-May-2026 08:22:19.782 general: info: using default UDP/IPv4 port range: [32768, 60999] +22-May-2026 08:22:19.782 general: info: using default UDP/IPv6 port range: [32768, 60999] +22-May-2026 08:22:19.790 network: info: listening on IPv4 interface lo, 127.0.0.1#53 +22-May-2026 08:22:19.794 network: info: listening on IPv4 interface lo, 127.0.0.1#853 +22-May-2026 08:22:19.794 network: info: listening on IPv4 interface lo, 127.0.0.1#443 +22-May-2026 08:22:19.794 network: info: listening on IPv4 interface wg0, 11.1.1.1#53 +22-May-2026 08:22:19.810 network: info: listening on IPv4 interface wg0, 11.1.1.1#853 +22-May-2026 08:22:19.810 network: info: listening on IPv4 interface wg0, 11.1.1.1#443 +22-May-2026 08:22:19.810 network: info: listening on IPv4 interface wg1, 11.2.2.5#53 +22-May-2026 08:22:19.810 network: info: listening on IPv4 interface wg1, 11.2.2.5#853 +22-May-2026 08:22:19.810 network: info: listening on IPv4 interface wg1, 11.2.2.5#443 +22-May-2026 08:22:19.810 network: info: listening on IPv4 interface eth0, 11.200.0.1#53 +22-May-2026 08:22:19.810 network: info: listening on IPv4 interface eth0, 11.200.0.1#853 +22-May-2026 08:22:19.810 network: info: listening on IPv4 interface eth0, 11.200.0.1#443 +22-May-2026 08:22:19.810 network: info: IPv6 socket API is incomplete; explicitly binding to each IPv6 address separately +22-May-2026 08:22:19.810 network: info: listening on IPv6 interface lo, ::1#853 +22-May-2026 08:22:19.810 network: info: listening on IPv6 interface lo, ::1#443 +22-May-2026 08:22:19.810 network: info: listening on IPv6 interface wg1, fdcc:ad94:bacf:61a4::cafe:5#853 +22-May-2026 08:22:19.810 network: info: listening on IPv6 interface wg1, fdcc:ad94:bacf:61a4::cafe:5#443 +22-May-2026 08:22:19.814 general: info: generating session key for dynamic DNS +22-May-2026 08:22:19.814 general: info: sizing zone task pool based on 2 zones +22-May-2026 08:22:19.814 config: info: none:100: 'max-cache-size 90%' - setting to 7146MB (out of 7940MB) +22-May-2026 08:22:19.818 security: info: obtaining root key for view _default from '/etc/bind/bind.keys' +22-May-2026 08:22:19.818 general: info: set up managed keys zone for view _default, file 'managed-keys.bind' +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 10.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 16.172.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 17.172.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 18.172.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 19.172.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 20.172.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 21.172.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 22.172.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 23.172.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 24.172.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 25.172.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 26.172.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 27.172.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 28.172.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 29.172.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 30.172.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 31.172.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 168.192.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 64.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 65.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 66.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 67.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 68.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 69.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 70.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 71.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 72.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 73.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 74.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 75.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 76.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 77.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 78.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 79.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 80.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 81.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 82.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 83.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 84.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 85.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 86.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 87.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 88.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 89.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 90.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 91.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 92.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 93.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 94.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 95.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 96.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 97.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 98.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 99.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 100.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 101.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 102.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 103.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 104.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 105.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 106.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 107.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 108.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 109.100.IN-ADDR.ARPA +22-May-2026 08:22:19.818 zoneload: info: automatic empty zone: 110.100.IN-ADDR.ARPA +22-May-2026 08:22:19.822 zoneload: info: automatic empty zone: 111.100.IN-ADDR.ARPA +22-May-2026 08:22:19.822 zoneload: info: automatic empty zone: 112.100.IN-ADDR.ARPA +22-May-2026 08:22:19.822 zoneload: info: automatic empty zone: 113.100.IN-ADDR.ARPA +22-May-2026 08:22:19.822 zoneload: info: automatic empty zone: 114.100.IN-ADDR.ARPA +22-May-2026 08:22:19.822 zoneload: info: automatic empty zone: 115.100.IN-ADDR.ARPA +22-May-2026 08:22:19.822 zoneload: info: automatic empty zone: 116.100.IN-ADDR.ARPA +22-May-2026 08:22:19.822 zoneload: info: automatic empty zone: 117.100.IN-ADDR.ARPA +22-May-2026 08:22:19.822 zoneload: info: automatic empty zone: 118.100.IN-ADDR.ARPA +22-May-2026 08:22:19.822 zoneload: info: automatic empty zone: 119.100.IN-ADDR.ARPA +22-May-2026 08:22:19.822 zoneload: info: automatic empty zone: 120.100.IN-ADDR.ARPA +22-May-2026 08:22:19.822 zoneload: info: automatic empty zone: 121.100.IN-ADDR.ARPA +22-May-2026 08:22:19.822 zoneload: info: automatic empty zone: 122.100.IN-ADDR.ARPA +22-May-2026 08:22:19.822 zoneload: info: automatic empty zone: 123.100.IN-ADDR.ARPA +22-May-2026 08:22:19.822 zoneload: info: automatic empty zone: 124.100.IN-ADDR.ARPA +22-May-2026 08:22:19.822 zoneload: info: automatic empty zone: 125.100.IN-ADDR.ARPA +22-May-2026 08:22:19.822 zoneload: info: automatic empty zone: 126.100.IN-ADDR.ARPA +22-May-2026 08:22:19.822 zoneload: info: automatic empty zone: 127.100.IN-ADDR.ARPA +22-May-2026 08:22:19.822 zoneload: info: automatic empty zone: 0.IN-ADDR.ARPA +22-May-2026 08:22:19.822 zoneload: info: automatic empty zone: 127.IN-ADDR.ARPA +22-May-2026 08:22:19.822 zoneload: info: automatic empty zone: 254.169.IN-ADDR.ARPA +22-May-2026 08:22:19.822 zoneload: info: automatic empty zone: 2.0.192.IN-ADDR.ARPA +22-May-2026 08:22:19.822 zoneload: info: automatic empty zone: 100.51.198.IN-ADDR.ARPA +22-May-2026 08:22:19.822 zoneload: info: automatic empty zone: 113.0.203.IN-ADDR.ARPA +22-May-2026 08:22:19.822 zoneload: info: automatic empty zone: 255.255.255.255.IN-ADDR.ARPA +22-May-2026 08:22:19.822 zoneload: info: automatic empty zone: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA +22-May-2026 08:22:19.822 zoneload: info: automatic empty zone: 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA +22-May-2026 08:22:19.822 zoneload: info: automatic empty zone: D.F.IP6.ARPA +22-May-2026 08:22:19.822 zoneload: info: automatic empty zone: 8.E.F.IP6.ARPA +22-May-2026 08:22:19.822 zoneload: info: automatic empty zone: 9.E.F.IP6.ARPA +22-May-2026 08:22:19.822 zoneload: info: automatic empty zone: A.E.F.IP6.ARPA +22-May-2026 08:22:19.822 zoneload: info: automatic empty zone: B.E.F.IP6.ARPA +22-May-2026 08:22:19.822 zoneload: info: automatic empty zone: 8.B.D.0.1.0.0.2.IP6.ARPA +22-May-2026 08:22:19.822 zoneload: info: automatic empty zone: EMPTY.AS112.ARPA +22-May-2026 08:22:19.822 zoneload: info: automatic empty zone: HOME.ARPA +22-May-2026 08:22:19.822 zoneload: info: automatic empty zone: RESOLVER.ARPA +22-May-2026 08:22:19.822 general: info: configuring command channel from '/etc/bind/rndc.key' +22-May-2026 08:22:19.838 general: notice: command channel listening on 127.0.0.1#953 +22-May-2026 08:22:19.838 general: info: configuring command channel from '/etc/bind/rndc.key' +22-May-2026 08:22:19.838 general: notice: command channel listening on ::1#953 +25-May-2026 09:54:40.772 general: notice: starting BIND 9.18.32 (Extended Support Version) +25-May-2026 09:54:40.772 general: notice: running on Linux x86_64 6.1.0-28-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22) +25-May-2026 09:54:40.772 general: notice: built with '--prefix' '/usr' '--sysconfdir=/etc/bind' '--localstatedir=/' '--enable-shared' '--disable-static' '--with-gssapi' '--with-libidn2' '--with-json-c' '--with-lmdb=/usr' '--with-gnu-ld' '--with-maxminddb' '--enable-dnstap' +25-May-2026 09:54:40.772 general: notice: running as: named -u bind -f -c /etc/bind/named.conf -L /var/log/bind/default.log +25-May-2026 09:54:40.772 general: notice: compiled by GCC 14.2.0 +25-May-2026 09:54:40.772 general: notice: compiled with OpenSSL version: OpenSSL 3.3.2 3 Sep 2024 +25-May-2026 09:54:40.772 general: notice: linked to OpenSSL version: OpenSSL 3.3.2 3 Sep 2024 +25-May-2026 09:54:40.772 general: notice: compiled with libuv version: 1.49.2 +25-May-2026 09:54:40.772 general: notice: linked to libuv version: 1.49.2 +25-May-2026 09:54:40.772 general: notice: compiled with libxml2 version: 2.13.4 +25-May-2026 09:54:40.772 general: notice: linked to libxml2 version: 21304 +25-May-2026 09:54:40.772 general: notice: compiled with json-c version: 0.18 +25-May-2026 09:54:40.772 general: notice: linked to json-c version: 0.18 +25-May-2026 09:54:40.772 general: notice: compiled with zlib version: 1.3.1 +25-May-2026 09:54:40.772 general: notice: linked to zlib version: 1.3.1 +25-May-2026 09:54:40.772 general: notice: ---------------------------------------------------- +25-May-2026 09:54:40.772 general: notice: BIND 9 is maintained by Internet Systems Consortium, +25-May-2026 09:54:40.772 general: notice: Inc. (ISC), a non-profit 501(c)(3) public-benefit +25-May-2026 09:54:40.772 general: notice: corporation. Support and training for BIND 9 are +25-May-2026 09:54:40.772 general: notice: available at https://www.isc.org/support +25-May-2026 09:54:40.772 general: notice: ---------------------------------------------------- +25-May-2026 09:54:40.772 general: info: found 4 CPUs, using 4 worker threads +25-May-2026 09:54:40.772 general: info: using 4 UDP listeners per interface +25-May-2026 09:54:40.796 general: notice: DNSSEC algorithms: RSASHA1 NSEC3RSASHA1 RSASHA256 RSASHA512 ECDSAP256SHA256 ECDSAP384SHA384 ED25519 ED448 +25-May-2026 09:54:40.796 general: notice: DS algorithms: SHA-1 SHA-256 SHA-384 +25-May-2026 09:54:40.796 general: notice: HMAC algorithms: HMAC-MD5 HMAC-SHA1 HMAC-SHA224 HMAC-SHA256 HMAC-SHA384 HMAC-SHA512 +25-May-2026 09:54:40.796 general: notice: TKEY mode 2 support (Diffie-Hellman): yes +25-May-2026 09:54:40.796 general: notice: TKEY mode 3 support (GSS-API): yes +25-May-2026 09:54:40.800 general: info: the initial working directory is '/' +25-May-2026 09:54:40.800 general: info: loading configuration from '/etc/bind/named.conf' +25-May-2026 09:54:40.800 general: info: the working directory is now '/var/cache/bind' +25-May-2026 09:54:40.800 general: info: reading built-in trust anchors from file '/etc/bind/bind.keys' +25-May-2026 09:54:40.800 general: info: looking for GeoIP2 databases in '/usr/share/GeoIP' +25-May-2026 09:54:40.800 general: info: using default UDP/IPv4 port range: [32768, 60999] +25-May-2026 09:54:40.800 general: info: using default UDP/IPv6 port range: [32768, 60999] +25-May-2026 09:54:40.812 network: info: listening on IPv4 interface lo, 127.0.0.1#53 +25-May-2026 09:54:40.816 network: info: listening on IPv4 interface lo, 127.0.0.1#853 +25-May-2026 09:54:40.816 network: info: listening on IPv4 interface lo, 127.0.0.1#443 +25-May-2026 09:54:40.816 network: info: listening on IPv4 interface wg0, 11.1.1.1#53 +25-May-2026 09:54:40.840 network: info: listening on IPv4 interface wg0, 11.1.1.1#853 +25-May-2026 09:54:40.840 network: info: listening on IPv4 interface wg0, 11.1.1.1#443 +25-May-2026 09:54:40.840 network: info: listening on IPv4 interface wg1, 11.2.2.5#53 +25-May-2026 09:54:40.840 network: info: listening on IPv4 interface wg1, 11.2.2.5#853 +25-May-2026 09:54:40.840 network: info: listening on IPv4 interface wg1, 11.2.2.5#443 +25-May-2026 09:54:40.840 network: info: listening on IPv4 interface eth0, 11.200.0.1#53 +25-May-2026 09:54:40.840 network: info: listening on IPv4 interface eth0, 11.200.0.1#853 +25-May-2026 09:54:40.840 network: info: listening on IPv4 interface eth0, 11.200.0.1#443 +25-May-2026 09:54:40.840 network: info: IPv6 socket API is incomplete; explicitly binding to each IPv6 address separately +25-May-2026 09:54:40.840 network: info: listening on IPv6 interface lo, ::1#853 +25-May-2026 09:54:40.840 network: info: listening on IPv6 interface lo, ::1#443 +25-May-2026 09:54:40.844 network: info: listening on IPv6 interface wg1, fdcc:ad94:bacf:61a4::cafe:5#853 +25-May-2026 09:54:40.844 network: info: listening on IPv6 interface wg1, fdcc:ad94:bacf:61a4::cafe:5#443 +25-May-2026 09:54:40.844 general: info: generating session key for dynamic DNS +25-May-2026 09:54:40.844 general: info: sizing zone task pool based on 2 zones +25-May-2026 09:54:40.844 config: info: none:100: 'max-cache-size 90%' - setting to 7146MB (out of 7940MB) +25-May-2026 09:54:40.848 security: info: obtaining root key for view _default from '/etc/bind/bind.keys' +25-May-2026 09:54:40.848 general: info: set up managed keys zone for view _default, file 'managed-keys.bind' +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 10.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 16.172.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 17.172.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 18.172.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 19.172.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 20.172.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 21.172.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 22.172.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 23.172.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 24.172.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 25.172.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 26.172.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 27.172.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 28.172.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 29.172.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 30.172.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 31.172.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 168.192.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 64.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 65.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 66.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 67.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 68.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 69.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 70.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 71.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 72.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 73.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 74.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 75.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 76.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 77.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 78.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 79.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 80.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 81.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 82.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 83.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 84.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 85.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 86.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 87.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 88.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 89.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 90.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 91.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 92.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 93.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 94.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 95.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 96.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 97.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 98.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 99.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 100.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 101.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 102.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 103.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 104.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 105.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 106.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 107.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 108.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 109.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 110.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 111.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 112.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 113.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 114.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 115.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 116.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 117.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 118.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 119.100.IN-ADDR.ARPA +25-May-2026 09:54:40.848 zoneload: info: automatic empty zone: 120.100.IN-ADDR.ARPA +25-May-2026 09:54:40.852 zoneload: info: automatic empty zone: 121.100.IN-ADDR.ARPA +25-May-2026 09:54:40.852 zoneload: info: automatic empty zone: 122.100.IN-ADDR.ARPA +25-May-2026 09:54:40.852 zoneload: info: automatic empty zone: 123.100.IN-ADDR.ARPA +25-May-2026 09:54:40.852 zoneload: info: automatic empty zone: 124.100.IN-ADDR.ARPA +25-May-2026 09:54:40.852 zoneload: info: automatic empty zone: 125.100.IN-ADDR.ARPA +25-May-2026 09:54:40.852 zoneload: info: automatic empty zone: 126.100.IN-ADDR.ARPA +25-May-2026 09:54:40.852 zoneload: info: automatic empty zone: 127.100.IN-ADDR.ARPA +25-May-2026 09:54:40.852 zoneload: info: automatic empty zone: 0.IN-ADDR.ARPA +25-May-2026 09:54:40.852 zoneload: info: automatic empty zone: 127.IN-ADDR.ARPA +25-May-2026 09:54:40.852 zoneload: info: automatic empty zone: 254.169.IN-ADDR.ARPA +25-May-2026 09:54:40.852 zoneload: info: automatic empty zone: 2.0.192.IN-ADDR.ARPA +25-May-2026 09:54:40.852 zoneload: info: automatic empty zone: 100.51.198.IN-ADDR.ARPA +25-May-2026 09:54:40.852 zoneload: info: automatic empty zone: 113.0.203.IN-ADDR.ARPA +25-May-2026 09:54:40.852 zoneload: info: automatic empty zone: 255.255.255.255.IN-ADDR.ARPA +25-May-2026 09:54:40.852 zoneload: info: automatic empty zone: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA +25-May-2026 09:54:40.852 zoneload: info: automatic empty zone: 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA +25-May-2026 09:54:40.852 zoneload: info: automatic empty zone: D.F.IP6.ARPA +25-May-2026 09:54:40.852 zoneload: info: automatic empty zone: 8.E.F.IP6.ARPA +25-May-2026 09:54:40.852 zoneload: info: automatic empty zone: 9.E.F.IP6.ARPA +25-May-2026 09:54:40.852 zoneload: info: automatic empty zone: A.E.F.IP6.ARPA +25-May-2026 09:54:40.852 zoneload: info: automatic empty zone: B.E.F.IP6.ARPA +25-May-2026 09:54:40.852 zoneload: info: automatic empty zone: 8.B.D.0.1.0.0.2.IP6.ARPA +25-May-2026 09:54:40.852 zoneload: info: automatic empty zone: EMPTY.AS112.ARPA +25-May-2026 09:54:40.852 zoneload: info: automatic empty zone: HOME.ARPA +25-May-2026 09:54:40.852 zoneload: info: automatic empty zone: RESOLVER.ARPA +25-May-2026 09:54:40.852 general: info: configuring command channel from '/etc/bind/rndc.key' +25-May-2026 09:54:40.868 general: notice: command channel listening on 127.0.0.1#953 +25-May-2026 09:54:40.868 general: info: configuring command channel from '/etc/bind/rndc.key' +25-May-2026 09:54:40.868 general: notice: command channel listening on ::1#953 diff --git a/wg_bind/config/wg_confs/wg0.conf b/wg_bind/config/wg_confs/wg0.conf index 12f0872..3fbb9d1 100755 --- a/wg_bind/config/wg_confs/wg0.conf +++ b/wg_bind/config/wg_confs/wg0.conf @@ -32,7 +32,7 @@ PresharedKey = PCFF5jUSjI800k7mGOVBny8qK7nhFJQm7S3dad6pNxo= AllowedIPs = 11.1.1.5/32 [Peer] -# peer5 +# peer5 3x-ui PublicKey = Ea7dyxdbKZraKHJrOOrfC6+ZZSKTmSB2puWiZDB3s2Q= PresharedKey = AGqwRLnNtCnbzMeuuYb1jwC4s2OgszdhF3CJS62Y/dE= AllowedIPs = 11.1.1.6/32 diff --git a/wg_bind/config/wg_confs/wg1.conf b/wg_bind/config/wg_confs/wg1.conf index 73d6a2f..a8c0b0d 100644 --- a/wg_bind/config/wg_confs/wg1.conf +++ b/wg_bind/config/wg_confs/wg1.conf @@ -1,11 +1,12 @@ [Interface] -Address = 11.2.2.2 -PrivateKey = GP/5NayTxsBQDxsSorACrSe/moZjuKPfhUNdk21aHV0= -ListenPort = 51820 +PrivateKey = mKTWqHxuPswZN57hCKOQ/ozP/VcDWgOIhb7VUyKWz0E= +Address = 11.2.2.5/32, fdcc:ad94:bacf:61a4::cafe:5/128 +MTU = 1420 DNS = 1.1.1.1 [Peer] -PublicKey = F6i9O9mtQ0muCSCo+NKdlegwhUUtdNRqFDHxr8t+5Ro= -PresharedKey = Z27rGhP2K/KMBog+CHJihh7p+x5AWeyyP1H7IrO9bDM= -Endpoint = 46.29.236.6:35100 -AllowedIPs = 11.100.0.0/24,11.2.2.0/24,192.168.31.0/24,11.101.0.0/24 +PublicKey = XJ7Kae0Qxf6JUp9dWtPRCV3+xAMJJKoGmQSJVrNt4BQ= +PresharedKey = i6ATEWiKSIHTBi+8ecxk9BLuA0G4W955roZCeVdP3v4= +AllowedIPs = 11.101.0.0/24,11.2.2.0/24,149.154.166.110/32,192.168.31.0/24 +PersistentKeepalive = 30 +Endpoint = tshk.duckdns.org:30351