🐛 fix: Implement encryption and obfuscation features in protocol configuration
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"bandwidth_placeholder": "대역폭을 입력하세요. BBR을 사용하려면 비워 두세요.",
|
||||
"basic": "기본 설정",
|
||||
"cancel": "취소",
|
||||
"cipher": "암호화 알고리즘",
|
||||
"city": "도시",
|
||||
"config": {
|
||||
"actions": {
|
||||
@@ -49,9 +50,19 @@
|
||||
"drawerEditTitle": "서버 편집",
|
||||
"edit": "편집",
|
||||
"enabled": "활성화됨",
|
||||
"encryption_method": "암호화 방법",
|
||||
"encryption": "암호화 방법",
|
||||
"encryption_client_padding": "클라이언트 패딩",
|
||||
"encryption_mode": "모드",
|
||||
"encryption_password": "비밀번호",
|
||||
"encryption_password_placeholder": "자동 생성하려면 비워 두고, 포스트 양자 암호화를 위해 수동으로 교체하세요",
|
||||
"encryption_private_key": "개인 키",
|
||||
"encryption_private_key_placeholder": "자동 생성하려면 비워 두고, 포스트 양자 암호화를 위해 수동으로 교체하세요",
|
||||
"encryption_rtt": "RTT",
|
||||
"encryption_server_padding": "서버 패딩",
|
||||
"encryption_ticket": "티켓 시간",
|
||||
"expireTime": "만료 시간",
|
||||
"expired": "만료됨",
|
||||
"extra": "추가 구성",
|
||||
"flow": "흐름",
|
||||
"hop_interval": "홉 간격",
|
||||
"hop_ports": "홉 포트",
|
||||
@@ -64,12 +75,16 @@
|
||||
"migrateFailed": "데이터 마이그레이션 실패",
|
||||
"migrated": "데이터가 성공적으로 마이그레이션되었습니다",
|
||||
"migrating": "마이그레이션 중...",
|
||||
"mode": "모드",
|
||||
"multiplex": "멀티플렉스",
|
||||
"name": "이름",
|
||||
"noData": "데이터 없음",
|
||||
"notAvailable": "사용 불가",
|
||||
"obfs": "난독화",
|
||||
"obfs_host": "난독화 호스트",
|
||||
"obfs_password": "난독화 비밀번호",
|
||||
"obfs_password_placeholder": "난독화 비밀번호를 입력하세요",
|
||||
"obfs_path": "난독화 경로",
|
||||
"offline": "오프라인",
|
||||
"online": "온라인",
|
||||
"onlineUsers": "온라인 사용자",
|
||||
@@ -78,8 +93,6 @@
|
||||
"pageTitle": "서버",
|
||||
"path": "경로",
|
||||
"please_select": "선택해 주세요",
|
||||
"plugin": "플러그인 설정",
|
||||
"plugin_opts": "플러그인 옵션",
|
||||
"port": "포트",
|
||||
"protocol_configurations": "프로토콜 설정",
|
||||
"protocol_configurations_desc": "필요한 프로토콜 유형을 활성화하고 구성합니다",
|
||||
|
||||
Reference in New Issue
Block a user