Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
959351cd
Commit
959351cd
authored
Mar 31, 2015
by
Ad Schellevis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename r53.class to dyndns.r53.class to keep things more related without a directory structure
parent
933cd89e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
dyndns.class
src/etc/inc/dyndns.class
+1
-1
dyndns.r53.class
src/etc/inc/dyndns.r53.class
+0
-0
No files found.
src/etc/inc/dyndns.class
View file @
959351cd
...
@@ -561,7 +561,7 @@
...
@@ -561,7 +561,7 @@
$NewTTL
=
$this
->
_dnsTTL
;
$NewTTL
=
$this
->
_dnsTTL
;
/* Include Route 53 Library Class */
/* Include Route 53 Library Class */
require_once
(
'r53.class'
);
require_once
(
'
dyndns.
r53.class'
);
/* Set Amazon AWS Credentials for this record */
/* Set Amazon AWS Credentials for this record */
$r53
=
new
Route53
(
$AccessKeyId
,
$SecretAccessKey
);
$r53
=
new
Route53
(
$AccessKeyId
,
$SecretAccessKey
);
...
...
src/etc/inc/r53.class
→
src/etc/inc/
dyndns.
r53.class
View file @
959351cd
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment