add default config, key for turingmachine
This commit is contained in:
parent
5f4bb5aa44
commit
0cbec4bf35
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
rsa_key.priv
|
10
hosts/turingmachine
Normal file
10
hosts/turingmachine
Normal file
@ -0,0 +1,10 @@
|
||||
subnet = 10.42.1.10/32
|
||||
|
||||
-----BEGIN RSA PUBLIC KEY-----
|
||||
MIIBCgKCAQEAy0FDfPKzs6ZTgPcF1700MrDwyGkxH6o04DbNVeUz0jSanDN6Oe64
|
||||
OSMjntPSvwQhZTHh+6lYYNr7j3Z4zqfQh26/OrE/+ZvINRS5ciZL7J01SzoPYl0O
|
||||
K2KyWaXm2zbmzlzitJirJGJV5B5kOC8SV6IEsQvIonj/j6F3aizi9GtbsaZvbxTQ
|
||||
nFIcV1+rQNa26gnn4Y42A1cugfGRGeERB9RBKiNuAarIul1CZPsMfzwKKKcs4bxl
|
||||
qS6jIv6ObfPH20eWXuQ7k6aBb0vhTy4nwY8m2x0O3BY4Kl55Eh95Cn7derGNg6FP
|
||||
9Xza8icpP+yrgerG9pyJQosZy4Nh0wzrDQIDAQAB
|
||||
-----END RSA PUBLIC KEY-----
|
5
tinc-up
Normal file
5
tinc-up
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
echo "add your ip to this file!"
|
||||
exit 1
|
||||
ifconfig $INTERFACE 10.42.1.10 netmask 255.255.255.255
|
||||
route add -net 10.42.0.0 netmask 255.255.0.0 dev $INTERFACE
|
Loading…
Reference in New Issue
Block a user