Skip to content
Snippets Groups Projects
Select Git revision
  • 95433d0f6875bdd103719a180a10dc0cb2535924
  • master default protected
  • 201906
  • 201905
  • Aufteilung-Lohne
  • 201904
  • 201903
  • remove-stefans-invalid-key
  • polygone-shaped-domains
  • offline-ssid-neu
  • patch-1
  • offline-ssid
  • 201807
  • add-lingen-to-hood-grafschaft-bentheim
  • 201804
  • 201803
  • 201802
  • tunneldigger-update
  • 201712
  • 201711
  • 201710
  • 20190628
  • 20181124
  • 20180709
  • 20180413
  • 20180403
  • 20180318
  • 20180225
  • 20171220
  • 20171216
  • 20171211
  • 20170822
  • 20170629
  • 20170530
  • 20170410
  • 20170409
  • 20170222
  • 20170125
  • v1.2.1
  • v1.2
  • v1.1.1
41 results

lohne.conf

Blame
  • Forked from Firmware / siteconf
    326 commits behind the upstream repository.
    user avatar
    Lorenz Wenner authored
    c4690556
    History
    lohne.conf 1.22 KiB
    {
    	domain_names = { lohne = 'lohne' },
    	domain_seed = '8b5029248dc02bdc1af2790cf487ba438704c513a117645a00a8f67f83dee08c',
    
    	prefix6 = '2a06:e881:2000:4300::/64',
    	extra_prefixes6 = { 'fd74:fdaa:9dc4:2000::/64' },
    	prefix4 = '10.18.32.0/21',
    
    	wifi24 = {
    		ap = {
    			ssid = 'testing.nordwest.freifunk.net',
    		},
    		mesh = {
    			id = 't-ffnw-mesh_02:00:0a:12:20:00',
    		},
    	},
    	wifi5 = {
    		ap = {
    			ssid = 'testing.nordwest.freifunk.net',
    		},
    		mesh = {
    			id = 't-ffnw-mesh_02:00:0a:12:20:00',
    		},
    	},
    
    	next_node = {
    		name = { 'node.ffnw', 'nextnode', 'nn' },
    		ip6 = 'fd74:fdaa:9dc4:2000::1:1',
    		ip4 = '10.18.32.1',
    	},
    
    	mesh_vpn = {
    		fastd = {
    			groups = {
    				backbone = {
    					peers = {
    						vec01 = {
    							key ='6051e5fd6848819f636030fcddf6e64bf2375bad06c82b95c719ab45a4c96116',
    							remotes = {'"vec01.sn.ffnw.de" port 10004'},
    						},
    						vec01 = {
    							key ='a4ce41a63f5baf4c0ba95cff3bd1a666ddcd78fb58d11564f6d35581d4b3fb23',
    							remotes = {'"vec01.sn.ffnw.de" port 10005'},
    						},
    					},
    				},
    			},
    		},
    		tunneldigger = {
    			brokers = {'vec01.sn.ffnw.de:9002'}
    		},
    	},
    	hoodselector = {
    		shapes = {
    			{
    				{
    					lat = 52.625,
    					lon = 8.16
    				},
    				{
    					lat = 52.69,
    					lon = 8.32
    				}
    			}
    		}
    	}
    }