Commit 620a5131 authored by nextime's avatar nextime

Update README

parent 88a6fbba
......@@ -3,6 +3,9 @@ every ip to your virtual machines as singular 255.255.255.255 netmask ip.
i also use ospf to manage internal routing.
[DONATIONS id:1561]
help us to continue developement at https://www.nexlab.net/supportus
Put your external ip address as instance tags in this way:
gnt-instance add-tags ${instance_name} route:${ipaddr}/32:${INTERFACE}
......@@ -22,3 +25,4 @@ gnt-instance add-tags instance01 route:81.82.83.84/32:br0
Every time you migrate, move, failover, start, stop an instance, it should automagically update ovh failover routes.
......@@ -16,13 +16,6 @@ client = ovh.Client(
consumer_key='<consumer key>',
)
client = ovh.Client(
endpoint='ovh-eu',
application_key='',
application_secret='',
consumer_key='',
)
def main(cmd, host, dest, addr):
if cmd=="list":
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment