n2n
Peer-to-peer VPN
파일 탐색기
최종 버전 다운로드 (.zip)- config.yml
- debug.yml
- openwrt.yml
- tests.yml
- PULL_REQUEST_TEMPLATE.md
- Advanced.md
- Authentication.md
- Bridging.md
- BuildConfig.md
- Building.md
- Communities.md
- ConfigurationFiles.md
- Crypto.md
- Faq.md
- Federation.md
- Hacking.md
- ManagementAPI.md
- Routing.md
- Scratchpad.md
- Scripts.md
- TapConfiguration.md
- Tools.md
- TrafficRestrictions.md
- example_edge_embed.c
- example_edge_embed_quick_edge_init.c
- example_sn_embed.c
- Makefile
- aes.h
- auth.h
- cc20.h
- curve25519.h
- header_encryption.h
- hexdump.h
- json.h
- lzoconf.h
- lzodefs.h
- minilzo.h
- n2n.h
- n2n_define.h
- n2n_port_mapping.h
- n2n_regex.h
- n2n_typedefs.h
- n2n_wire.h
- network_traffic_filter.h
- pearson.h
- portable_endian.h
- random_numbers.h
- sn_selection.h
- speck.h
- tf.h
- uthash.h
- edge_keyschedule.c
- gen_keyfile.py
- n2n_keyfile.c
- n2n_keyfile.h
- README.md
- transform_aes.c
- transform_tf.c
- changelog
- compat
- conffiles
- control
- COPYRIGHT
- dirs
- docs
- n2n.substvars
- postinst
- postrm
- preinst
- prerm
- README
- rules
- templates
- configure
- configure.ac
- Makefile
- README
- edge.conf.sample
- supernode.conf.sample
- edge-ntopng@.service
- edge.service
- edge@.service
- supernode.service
- edge
- supernode
- config.bthh5a
- config.n2n
- config.x86
- Makefile
- README.md
- configure
- configure.in
- Makefile.in
- n2n.spec.in
- rpm-sign.exp
- centos
- ubuntu
- n2n_
- config.guess
- config.sub
- hack_fakeautoconf.sh
- indent.sh
- install-sh
- n2n-ctl
- n2n-gateway.sh
- n2n-httpd
- README.md
- test_harness.sh
- test_integration_edge.sh
- test_integration_supernode.sh
- version.sh
- n2n.sln
- n2n.suo
- n2n.vcproj
- supernode.vcproj
- defs.h
- edge.manifest
- edge.rc
- edge_utils_win32.c
- edge_utils_win32.h
- getopt.c
- getopt.h
- getopt1.c
- n2n_win32.h
- wintap.c
- wintap.h
- aes.c
- auth.c
- cc20.c
- curve25519.c
- edge.c
- edge_management.c
- edge_utils.c
- header_encryption.c
- hexdump.c
- json.c
- management.c
- management.h
- minilzo.c
- n2n.c
- n2n_port_mapping.c
- n2n_regex.c
- network_traffic_filter.c
- pearson.c
- random_numbers.c
- sn_management.c
- sn_selection.c
- sn_utils.c
- speck.c
- strbuf.h
- supernode.c
- tf.c
- transform_aes.c
- transform_cc20.c
- transform_lzo.c
- transform_null.c
- transform_speck.c
- transform_tf.c
- transform_zstd.c
- tuntap_freebsd.c
- tuntap_linux.c
- tuntap_netbsd.c
- tuntap_osx.c
- wire.c
- test_integration_edge.sh.expected
- test_integration_supernode.sh.expected
- tests-auth.expected
- tests-compress.expected
- tests-elliptic.expected
- tests-hashing.expected
- tests-transform.expected
- tests-wire.expected
- tests_integration.list
- tests_units.list
- libnatpmp
- miniupnp
- Makefile
- n2n-benchmark.c
- n2n-decode.c
- n2n-keygen.c
- n2n-portfwd.c
- n2n-route.c
- tests-auth.c
- tests-compress.c
- tests-elliptic.c
- tests-hashing.c
- tests-transform.c
- tests-wire.c
- n2n.lua
- README.md
- .gitignore
- .gitmodules
- .yamllint.yml
- autogen.sh
- CHANGELOG.md
- community.list
- config.mak.in
- configure.ac
- contributors.txt
- COPYING
- edge.8
- INSTALL
- LICENSE
- Makefile
- n2n.7
- README.md
- supernode.1
- uncrustify.cfg
- VERSION
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/ntop/n2n
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd n2n
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. .NET
보통 추천
⚠️ 이 프로젝트는 규모가 큰 저장소라, 이 방법이 실제 핵심 제품이 아니라 내부 하위 패키지를 가리키는 것일 수 있습니다. README 전체를 함께 확인해보세요.
cd src/win32/DotNet
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
dotnet restore
프로젝트에 필요한 패키지를 내려받습니다.
dotnet run
프로젝트를 빌드하고 바로 실행합니다.
dotnet run 실행 후 터미널에 나타나는 안내 메시지나 주소를 확인하세요.
3. Make
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
make
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
make install
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
