diff --git a/pages.es/linux/pihole.md b/pages.es/linux/pihole.md index caa630401d..f5cdda30e1 100644 --- a/pages.es/linux/pihole.md +++ b/pages.es/linux/pihole.md @@ -1,36 +1,28 @@ # pihole > Interfaz de terminal para el servidor DNS de bloqueo de anuncios Pi-hole. -> Más información: . +> Más información: . -- Verifica el estado del daemon de Pi-hole: +- Verifica el estado del programa residente de Pi-hole: `pihole status` - Actualiza Pi-hole y Gravity: -`pihole -up` +`pihole {{[-up|updatePihole]}}` -- Monitorea el estado detallado del sistema: - -`pihole chronometer` - -- Inicia o detiene el daemon: +- Inicia o detiene el programa residente: `pihole {{enable|disable}}` -- Reinicia el daemon (no el servidor en sí): - -`pihole restartdns` - - Incluye en lista blanca o negra un dominio: -`pihole {{whitelist|blacklist}} {{ejemplo.com}}` +`pihole {{allowlist|denylist}} {{example.com}}` - Busca en las listas un dominio: -`pihole query {{ejemplo.com}}` +`pihole {{[-q|query]}} {{example.com}}` - Abre un registro de conexiones en tiempo real: -`pihole tail` +`pihole {{[-t|tail]}}` diff --git a/pages.ko/linux/pihole.md b/pages.ko/linux/pihole.md index 388c8d3fc6..2123b72e77 100644 --- a/pages.ko/linux/pihole.md +++ b/pages.ko/linux/pihole.md @@ -1,7 +1,7 @@ # pihole > Pi-hole 광고 차단 DNS 서버의 터미널 인터페이스. -> 더 많은 정보: . +> 더 많은 정보: . - Pi-hole 데몬의 상태 확인: @@ -9,28 +9,20 @@ - Pi-hole 및 Gravity 업데이트: -`pihole -up` - -- 시스템 상태 자세히 모니터링: - -`pihole chronometer` +`pihole {{[-up|updatePihole]}}` - 데몬 시작 또는 중지: `pihole {{enable|disable}}` -- 데몬 재시작 (서버 자체는 아님): - -`pihole restartdns` - - 도메인 화이트리스트 또는 블랙리스트에 추가: -`pihole {{whitelist|blacklist}} {{example.com}}` +`pihole {{allowlist|denylist}} {{example.com}}` - 도메인을 목록에서 검색: -`pihole query {{example.com}}` +`pihole {{[-q|query]}} {{example.com}}` - 연결의 실시간 로그 열기: -`pihole tail` +`pihole {{[-t|tail]}}` diff --git a/pages/linux/pihole.md b/pages/linux/pihole.md index 6ed002215b..9ea3f7af49 100644 --- a/pages/linux/pihole.md +++ b/pages/linux/pihole.md @@ -1,7 +1,7 @@ # pihole -> Terminal interface for the Pi-hole ad-blocking DNS server. -> More information: . +> Manage the Pi-hole ad-blocking DNS server. +> More information: . - Check the Pi-hole daemon's status: @@ -9,28 +9,28 @@ - Update Pi-hole and Gravity: -`pihole -up` - -- Monitor detailed system status: - -`pihole chronometer` +`pihole {{[-up|updatePihole]}}` - Start or stop the daemon: `pihole {{enable|disable}}` -- Restart the daemon (not the server itself): +- Update the lists and flush the cache without restarting the DNS server: -`pihole restartdns` +`pihole reloaddns` -- Whitelist or blacklist a domain: +- Update the list of ad-serving domains: -`pihole {{whitelist|blacklist}} {{example.com}}` +`pihole {{[-g|updateGravity]}}` + +- Allow or deny the specified domain: + +`pihole {{allowlist|denylist}} {{example.com}}` - Search the lists for a domain: -`pihole query {{example.com}}` +`pihole {{[-q|query]}} {{example.com}}` - Open a real-time log of connections: -`pihole tail` +`pihole {{[-t|tail]}}`