From b08109d91a4ffa5ce681e8eef9940df51c23af75 Mon Sep 17 00:00:00 2001 From: egor-white Date: Sat, 14 Jun 2025 13:05:26 +0300 Subject: [PATCH] refactoring --- src/{ => system}/bin/zaprett | 0 .../etc/bin/quic_initial_www_google_com.bin | Bin .../etc/bin/tls_clienthello_www_google_com.bin | Bin src/{ => system}/etc/hosts | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename src/{ => system}/bin/zaprett (100%) rename src/{ => system}/etc/bin/quic_initial_www_google_com.bin (100%) rename src/{ => system}/etc/bin/tls_clienthello_www_google_com.bin (100%) rename src/{ => system}/etc/hosts (100%) diff --git a/src/bin/zaprett b/src/system/bin/zaprett similarity index 100% rename from src/bin/zaprett rename to src/system/bin/zaprett diff --git a/src/etc/bin/quic_initial_www_google_com.bin b/src/system/etc/bin/quic_initial_www_google_com.bin similarity index 100% rename from src/etc/bin/quic_initial_www_google_com.bin rename to src/system/etc/bin/quic_initial_www_google_com.bin diff --git a/src/etc/bin/tls_clienthello_www_google_com.bin b/src/system/etc/bin/tls_clienthello_www_google_com.bin similarity index 100% rename from src/etc/bin/tls_clienthello_www_google_com.bin rename to src/system/etc/bin/tls_clienthello_www_google_com.bin diff --git a/src/etc/hosts b/src/system/etc/hosts similarity index 100% rename from src/etc/hosts rename to src/system/etc/hosts