1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

stun: add Korean translation (#11035)

This commit is contained in:
HoJeong Im 2023-10-19 23:20:14 +09:00 committed by GitHub
parent 12b3477dfb
commit f77486c179
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
pages.ko/common/stun.md Normal file
View file

@ -0,0 +1,12 @@
# stun
> 클래식 STUN 클라이언트.
> 더 많은 정보: <https://manned.org/stun.1>.
- STUN 요청 생성:
`stun {{STUN 호스트 이름}}`
- STUN 요청을 하고 소스 포트를 지정:
`stun {{STUN 호스트 이름}} -p {{4302}}`