클라우드 wiregaurd 재설정 - 100-hours-a-week/16-Hot6-wiki GitHub Wiki
🛠️ WireGuard 로컬 설정 파일 변경.
- 밑 파일을 수정 후 복사해서 wireguard 터널 파일에 넣으시면 됩니다...!
# 이부분 만 수정하시면 됩니다....!
[Interface]
PrivateKey = <기존 로컬 프라이빗 키> # 원래 기존에 적혀있던 키 그대로. 수정 x
Address = 10.250.250.n/24 # 원래 10.0.100.n/24 -> 10.250.250.n/24 로 변경.
DNS = 8.8.8.8
# 밑 내용은 복사해서 붙여넣기
[Peer]
PublicKey = Ecuq6BMNU1fVBVCLB1HTrp/MGpsclW3BGy5flcYGmBo=
AllowedIPs = 10.250.250.8/32, 10.1.0.0/16, 10.11.0.0/16, 10.21.0.0/16, 10.60.0.0/16, 10.70.0.0/16
Endpoint = 34.64.136.112:51820
PersistentKeepalive = 25
[Peer]
PublicKey = d7bKSh0V+W9Mo52Wb2q8DJyzJmecJtBNi/GekGLIeQ8=
AllowedIPs = 10.250.250.1/32, 10.0.0.0/16, 10.10.0.0/16
Endpoint = 43.203.36.164:51820
PersistentKeepalive = 25
- 예시
