用Go编写的快速HTTP(L7)和TCP(L4)隧道
用Go编写的快速HTTP(L7)和TCP(L4)隧道
Assets
26
Changelog for 0.6.5:
- PR #82 add github actions by @isabellaliu77
- PR #80 Remove sha256 files where they are not for a tar.gz file by @utsavanand2
Commits
4af6544 Fix actions by @alexellis
19a0843 Fix gofmt by @alexellis
220055f improve github actions by isabellaliu
d13b907 add github actions by isabellaliu
acd8c0c Remove *.tgz.sha256 files from release. by @utsavanand2
Generated by Derek
Assets
16
alexellis released this
Changelog for 0.6.4:
Commits
dd23ccd Add FreeBSD release by @alexellis
3a6eb07 Add support to download inlets-plus by @alexellis
Generated by Derek
Assets
19
Changelog for 0.6.3:
Commits
5315752 Add Vultr provisioner by @jsiebens
ac28a1e Fix userdata for inlets OSS by @alexellis
Generated by Derek
Assets
17
Changelog for 0.6.0:
- PR #71 Use Azure group and deployment name as host ID by @zechenbit
- PR #76 Update for inlets PRO 0.7.0 by @alexellis
Commits
bc36c27 Use Azure group and deployment name as host ID by @zechenbit
544c0f4 Add inlets PRO to kfwd by @alexellis
04b1cfb Update for inlets PRO 0.7.0 by @alexellis
Generated by Derek
Assets
17
alexellis released this
Changelog for 0.5.7:
- PR #75 Proposed fixes for ec2 provider create with non-default VPC. Closes #… by @digitalsanctum
Commits
6bd1f80 Various fixes for ec2 provider create command by @digitalsanctum
Generated by Derek
Assets
17
Changelog for 0.5.6:
- PR #72 Hetzner provider. by @Johannestegner
- PR #70 Azure provisioner factory to take auth contents as parameter by @zechenbit
Commits
8bc3d04 Updated readme with provisioning information for Hetzner. by @Johannestegner
cc92655 Moved and changed the copy of error when fetching server by IP. by @Johannestegner
f6e8d39 Changed ubuntu version to 16.04. by @Johannestegner
5d7822e Added Johannestegner as maintainer on the Hetzner provider in providers/README.md by @Johannestegner
560c3a3 Error message should now be shown when server is not found during delete instead of throwing an exception. by @Johannestegner
fe81989 Added go.sum file. by @Johannestegner
84ff025 Updated readme with hetzner as a completed provider. by @Johannestegner
f561ecf Updated cmd with new Hetzner provider. by @Johannestegner
013e1e3 Check so that server is not nil in status. by @Johannestegner
25e81c0 Initial provisioning code for hetzner cloud. by @Johannestegner
b6ffaca Created file for hetzner provider. Added hetzner go package to mod. by @Johannestegner
53431ea Change Azure provisioner factory to take auth contents as parameter by @zechenbit
Generated by Derek
Assets
17
alexellis released this
Changelog for 0.5.5:
- PR #68 Add Linode provisioner by @zechenbit
Linode is now supported and costs around 5 USD / mo.
Example to provision an exit-tunnel server:
inletsctl create --provider=linode \
--access-token=$TOKEN \
--region=eu-west
Then run the inlets command given to you at the end of the command, to connect to the tunnel.
Try this tutorial for DigitalOcean, just switch out the --provider
flag and you're good to go.
Commits
2af07d8 Add Linode provisioner by @zechenbit
Generated by Derek
Assets
17
alexellis released this
Changelog for 0.5.4:
Commits
feb2422 Switch to checkip.amazonaws.com for finding IP by @alexellis
51333e4 Update README.md by @alexellis
0850b3c Add basic troubleshooting steps by @alexellis
Generated by Derek
Assets
17
Changelog for 0.5.3:
- PR #66 Bump the version of inlets-pro by @alexellis
- PR #64 Add example for an optional --zone flag by @utsavanand2
- PR #60 Added Azure to the provisioners on README by @kadern0
Commits
e8b27b5 Bump the version of inlets-pro by @alexellis
aa86ff6 Add example for an optional --zone flag by @utsavanand2
63c23c6 Added Azure to the provisioners on README by @kadern0
918ad79 Update README.md by @alexellis
Generated by Derek
Assets
2
Changelog for 0.5.2:
- PR #43 Add Azure as provider by @zechenbit
- PR #59 Fix get.sh script with case insensitive grep by @Waterdrips
Commits
1744d89 Remove SSH from Azure security rule by @zechenbit
8f57c05 Add security rules for inlets pro by @zechenbit
b6e79df Add unit tests for Azure provisioner by @zechenbit
128b46b Update Azure provisioner to use modules by @zechenbit
fc1ddce Set AZURE_AUTH_LOCATION env inside Azure provisioner by @zechenbit
6bfc2d9 Remove waiting in provision call and change fatal to return err by @zechenbit
10fcb30 Add Azure VM provisioner by @zechenbit
bc077fc Add Azure VM provisioner by @zechenbit
5b841e9 Fix get.sh script with case insensitive grep by @Waterdrips
Generated by Derek
Assets
17
Changelog for 0.4.9:
Commits
aab6851 Fix deletion of GCE VMs by @alexellis
356886f Fix opening on TCP ports on GCE for inlets-pro by @utsavanand2
Generated by Derek
Assets
12
alexellis released this
Changelog for 0.4.8:
- PR #58 Fix opening on TCP ports on GCE for inlets-pro and update existing firewall-rules if one already exists by @utsavanand2
- PR #57 Add instructions for GCE by @utsavanand2
Commits
356886f Fix opening on TCP ports on GCE for inlets-pro by @utsavanand2
6753eb5 Add instructions for GCE by @utsavanand2
d5f56b6 Rename some fields in GCE provision package by @alexellis
db044b7 Update README.md by @alexellis
d488f49 Print error when --project-id flag is not set for gce and packet by @utsavanand2
Generated by Derek
Assets
12
alexellis released this
Changelog for 0.4.6:
- PR #38 Add Env Var support for access-token flag by @Waterdrips
Commits
a03f5e2 Add Env Var support for access-token-file flag by @Waterdrips
37742b3 Update README.md by @alexellis
Generated by Derek
Assets
12
alexellis released this
Changelog for 0.4.5:
Commits
37742b3 Update README.md by @ alexellis
b575cdf Added default region when digitalocean provider is being used by Pablo Caderno
cbf3731 Add tests for userdata by @ alexellis
Generated by Derek
Assets
12
Changelog for 0.4.3:
Generated by Derek
Assets
12
Changelog for 0.3.9:
- PR #27 Fix: add the region flag to the delete command by @alexandrevilain
Generated by Derek
Assets
12
Changelog for 0.3.8:
- PR #22 Add command to download inlets(pro) by @Waterdrips
- PR #25 Update an output to use env var not hard coded value by @Waterdrips
Generated by Derek
Assets
12
Watchers:9 |
Star:298 |
Fork:44 |
创建时间: 2019-10-29 17:25:31 |
最后Commits: 29天前 |
许可协议:MIT |
8bb18ec
Compare
Changelog for 0.8.0:
Commits
8bb18ec Move to secure defaults by @alexellis
5a86ccd Move provision package out of repo by @alexellis
5837987 Fix download script by @alexellis
45b3698 Update feature list by @alexellis
55fc7bd Update README.md by @alexellis
a301323 Update README.md by @alexellis
Generated by Derek